diff --git a/docs/.htaccess b/docs/.htaccess
index c4a7fae3..8efef910 100644
--- a/docs/.htaccess
+++ b/docs/.htaccess
@@ -4,4 +4,10 @@
Header set Cache-Control "no-store, no-cache, must-revalidate, max-age=0"
Header set Pragma "no-cache"
Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
+
+
+ AddType application/wasm .wasm
+ Header set Cache-Control "no-store, no-cache, must-revalidate, max-age=0"
+ Header set Pragma "no-cache"
+ Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
\ No newline at end of file
diff --git a/docs/index.html b/docs/index.html
index 68a1be72..ff56bf18 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -76,9 +76,12 @@
A new programming language for Wasm
-
+
-
+
+