How can I setup my site to serve .wasm files?
L linus363 New Member Messages 2 Reaction score 0 Points 1 Dec 12, 2020 #1 How can I setup my site to serve .wasm files?
garrettroyce Community Support Community Support Messages 5,609 Reaction score 252 Points 63 Dec 13, 2020 #2 Add this to your .htaccess file Code: AddType application/wasm .wasm
L linus363 New Member Messages 2 Reaction score 0 Points 1 Dec 14, 2020 #3 garrettroyce said: Add this to your .htaccess file Code: AddType application/wasm .wasm Click to expand... Thanks!
garrettroyce said: Add this to your .htaccess file Code: AddType application/wasm .wasm Click to expand... Thanks!