chiark / gitweb /
WASM: add the correct MIME type to .htaccess.
authorSimon Tatham <anakin@pobox.com>
Sat, 3 Apr 2021 10:47:10 +0000 (11:47 +0100)
committerSimon Tatham <anakin@pobox.com>
Sat, 3 Apr 2021 10:47:10 +0000 (11:47 +0100)
Only just remembered that this was generated by my build scripts.

Buildscr

index d9c9a96e7d063ff8c72c3185cbc9cd193dd7b3fa..81c2b1e740c4e42c2dabc5be47d811c6aa494b51 100644 (file)
--- a/Buildscr
+++ b/Buildscr
@@ -161,6 +161,7 @@ endif
 in puzzles do echo "AddType application/octet-stream .chm" > .htaccess
 in puzzles do echo "AddType application/octet-stream .hlp" >> .htaccess
 in puzzles do echo "AddType application/octet-stream .cnt" >> .htaccess
+in puzzles do echo "AddType application/wasm .wasm" >> .htaccess
 in . do set -- puzzles*.tar.gz; echo RedirectMatch temp '(.*/)'puzzles.tar.gz '$$1'"$$1" >> puzzles/.htaccess
 in puzzles do echo RedirectMatch temp '(.*/)'puzzles-installer.msi '$$1'puzzles-$(Version)-installer.msi >> .htaccess