diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-09-20 11:16:03 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-09-20 11:16:03 -0400 |
commit | b31d482c32d753525f9f3f24bb9a51f73f2c830d (patch) | |
tree | 41253feca014cc7351222a4842701579978c0d75 | |
parent | 4bb91f441acba09dadcaa6544d2f28de798e5b19 (diff) |
Add application/wasm MIME type.
-rw-r--r-- | haunt/serve/mime-types.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/haunt/serve/mime-types.scm b/haunt/serve/mime-types.scm index c625dd5..67489b5 100644 --- a/haunt/serve/mime-types.scm +++ b/haunt/serve/mime-types.scm @@ -47,6 +47,7 @@ ("ser" . application/java-serialized-object) ("class" . application/java-vm) ("js" . application/javascript) + ("wasm" . application/wasm) ("m3g" . application/m3g) ("hqx" . application/mac-binhex40) ("cpt" . application/mac-compactpro) |