Commit 1ab71a1 1 parent fb6ec3a commit 1ab71a1 Copy full SHA for 1ab71a1
File tree 3 files changed +13
-0
lines changed
3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1
1
unreleased
2
2
==========
3
3
4
+ * Add ` application/wasm ` with extension ` .wasm `
4
5
* Add new upstream MIME types
5
6
6
7
1.30.0 / 2017-08-27
Original file line number Diff line number Diff line change 4439
4439
"application/vq-rtcpxr" : {
4440
4440
"source" : " iana"
4441
4441
},
4442
+ "application/wasm" : {
4443
+ "compressible" : true ,
4444
+ "extensions" : [" wasm" ]
4445
+ },
4442
4446
"application/watcherinfo+xml" : {
4443
4447
"source" : " iana"
4444
4448
},
Original file line number Diff line number Diff line change 257
257
" http://www.iana.org/assignments/media-types/application/vnd.sun.wadl+xml"
258
258
]
259
259
},
260
+ "application/wasm" : {
261
+ "compressible" : true ,
262
+ "extensions" : [" wasm" ],
263
+ "notes" : " WebAssembly module" ,
264
+ "sources" : [
265
+ " https://webassembly.github.io/spec/binary/conventions.html"
266
+ ]
267
+ },
260
268
"application/x-7z-compressed" : {
261
269
"compressible" : false
262
270
},
You can’t perform that action at this time.
0 commit comments