summaryrefslogtreecommitdiff
path: root/std
diff options
context:
space:
mode:
Diffstat (limited to 'std')
-rwxr-xr-xstd/http/file_server.ts1
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. */