Skip to content

Commit

Permalink
Add application/wasm
Browse files Browse the repository at this point in the history
closes #97
  • Loading branch information
lukewagner authored and dougwilson committed Oct 21, 2017
1 parent fb6ec3a commit 1ab71a1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
unreleased
==========

* Add `application/wasm` with extension `.wasm`
* Add new upstream MIME types

1.30.0 / 2017-08-27
Expand Down
4 changes: 4 additions & 0 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -4439,6 +4439,10 @@
"application/vq-rtcpxr": {
"source": "iana"
},
"application/wasm": {
"compressible": true,
"extensions": ["wasm"]
},
"application/watcherinfo+xml": {
"source": "iana"
},
Expand Down
8 changes: 8 additions & 0 deletions src/custom-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,14 @@
"http://www.iana.org/assignments/media-types/application/vnd.sun.wadl+xml"
]
},
"application/wasm": {
"compressible": true,
"extensions": ["wasm"],
"notes": "WebAssembly module",
"sources": [
"https://webassembly.github.io/spec/binary/conventions.html"
]
},
"application/x-7z-compressed": {
"compressible": false
},
Expand Down

0 comments on commit 1ab71a1

Please sign in to comment.