From b31d482c32d753525f9f3f24bb9a51f73f2c830d Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 20 Sep 2023 11:16:03 -0400 Subject: Add application/wasm MIME type. --- haunt/serve/mime-types.scm | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3