You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebAssembly.instantiateStreaming failed because your server does not serve wasm with application/wasm MIME type. Falling back to WebAssembly.instantiate` which is slower. Original error
#690
Closed
insinfo opened this issue
Jun 18, 2021
· 2 comments
WebAssembly.instantiateStreamingfailed because your server does not serve wasm withapplication/wasmMIME type. Falling back toWebAssembly.instantiate` which is slower. Original error
this is happening when I try to serve a simple html with webassembly, it seems that this web server is not serving the .wasm files with the correct MIMI type
WebAssembly.instantiateStreaming
failed because your server does not serve wasm with
application/wasmMIME type. Falling back to
WebAssembly.instantiate` which is slower. Original errorthis is happening when I try to serve a simple html with webassembly, it seems that this web server is not serving the .wasm files with the correct MIMI type
https://github.com/insinfo/photon-test
The text was updated successfully, but these errors were encountered: