Commit d9f7105
committed
feat: add WebAssembly content type support
- Add application/wasm MIME type for .wasm files to default content types
https://webassembly.github.io/spec/web-api/#streaming-modules says:
> If mimeType is not a byte-case-insensitive match for `application/wasm`,
> reject returnValue with a TypeError and abort these substeps.1 parent c8b7c4c commit d9f7105
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments