We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
General Information
Description TypeError: Failed to execute 'compile' on 'WebAssembly': Incorrect response MIME type. Expected 'application/wasm'.
It seems like I cannot instantiate webassemby streaming and I do not know how to add the mime type to the server.
Versions
The text was updated successfully, but these errors were encountered:
I found similiar issue with the example codes. Can you tell me how you solve it?
Sorry, something went wrong.
I don't think I am using react-wasm, I am using webpack.config. wasm-tool/wasm-pack-plugin#67
I compile wasm into a npm package first, then import in react. You can refer to scs/substrate-api-client#48 (comment)
No branches or pull requests
General Information
Description
TypeError: Failed to execute 'compile' on 'WebAssembly': Incorrect response MIME type. Expected 'application/wasm'.
It seems like I cannot instantiate webassemby streaming and I do not know how to add the mime type to the server.
Versions
The text was updated successfully, but these errors were encountered: