Skip to content

Commit 1ab71a1

Browse files
lukewagnerdougwilson
authored andcommitted
Add application/wasm
closes #97
1 parent fb6ec3a commit 1ab71a1

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

HISTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
unreleased
22
==========
33

4+
* Add `application/wasm` with extension `.wasm`
45
* Add new upstream MIME types
56

67
1.30.0 / 2017-08-27

db.json

+4
Original file line numberDiff line numberDiff line change
@@ -4439,6 +4439,10 @@
44394439
"application/vq-rtcpxr": {
44404440
"source": "iana"
44414441
},
4442+
"application/wasm": {
4443+
"compressible": true,
4444+
"extensions": ["wasm"]
4445+
},
44424446
"application/watcherinfo+xml": {
44434447
"source": "iana"
44444448
},

src/custom-types.json

+8
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,14 @@
257257
"http://www.iana.org/assignments/media-types/application/vnd.sun.wadl+xml"
258258
]
259259
},
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+
},
260268
"application/x-7z-compressed": {
261269
"compressible": false
262270
},

0 commit comments

Comments
 (0)