Skip to content

Commit 3c163b8

Browse files
Add .wasm MIME type for WebAssembly (#411)
1 parent cd3ae74 commit 3c163b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/s3.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ export const knownMimeTypes: Map<string, string> = new Map<string, string>([
160160
['.vcd', 'application/x-cdlink'],
161161
['.vda', 'application/vda'],
162162
['.vrml', 'model/vrml'],
163+
['.wasm', 'application/wasm'],
163164
['.wav', 'audio/x-wav'],
164165
['.wrl', 'model/vrml'],
165166
['.xbm', 'image/x-xbitmap'],

0 commit comments

Comments
 (0)