diff options
Diffstat (limited to 'std/http/file_server.ts')
-rwxr-xr-x | std/http/file_server.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/std/http/file_server.ts b/std/http/file_server.ts index 81515b04b..4920eb13c 100755 --- a/std/http/file_server.ts +++ b/std/http/file_server.ts @@ -52,6 +52,7 @@ const MEDIA_TYPES: Record<string, string> = { ".jsx": "text/jsx", ".gz": "application/gzip", ".css": "text/css", + ".wasm": "application/wasm", }; /** Returns the content-type based on the extension of a path. */ |