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:
TypeError: WebAssembly: Response has unsupported MIME type 'text/html' expected 'application/wasm' index.mjs:11:47883
Uncaught CompileError: wasm validation error: at offset 4: failed to match magic number
index.mjs:11
v_ index.mjs:11
R_ index.mjs:11
index.ts:51
env info:
node -> 18.20.2 npm -> 10.5.0 @wasmer/sdk -> 0.8.0
(tried with with wasmer/sdk 0.9.0-rc1 too, same issue)
Let me know if I can provide more info to help.
Cheers,
The text was updated successfully, but these errors were encountered:
Hello
Following https://docs.wasmer.io/sdk/wasmer-js/tutorials/xterm-js,
npm run dev
runs fine but the web app is dead, with only this warning and this error popping up in the browser console:env info:
node
->18.20.2
npm
->10.5.0
@wasmer/sdk
->0.8.0
(tried with with wasmer/sdk 0.9.0-rc1 too, same issue)
Let me know if I can provide more info to help.
Cheers,
The text was updated successfully, but these errors were encountered: