I'm trying to deal with this WebAssembly note: "Note: To run with instantiateStreaming
and compileStreaming
, you need your webserver to serve .wasm file with application/wasm
MIME type. The https crate can be used to serve files from localhost, and includes the application/wasm MIME type out of the box."
Indeed, I get a MIME error in the JS console. A Google search revealed no way to configure this. Mozilla recommends instantiateStreaming over the depricated WebAssembly.instantiate. The latter doesn't work for me either, if using stdweb or bindgen: It wants a second argument which I'm not sure how to provide.
In the Connections pane, go to the site, application, or directory for which you want to add a MIME type. In the Home pane, double-click MIME Types. In the MIME Types pane, click Add... in the Actions pane. In the Add MIME Type dialog box, add the file name extension and MIME type, and then click OK.
Mime (npm node-mimejs) is a capturing mock library for Node. js.
ReactJS uses Node. js, a JavaScript runtime, to build your JavaScript code. Basically, the ReactJS is a JavaScript framework which needs the help of node js and npm(Package manager) to tell the native side(Android/iOS) that these are packages I need to run my app. And it adds all the dependencies needed to run the app.
Unfortunately you're working on the bleeding edge here! WebAssembly streaming compilation is a very new feature that is only currently supported in FireFox and Chrome.
You are right that it depends on files being server with the correct mime-type. The changes required to make this happen being made:
However, these are both up-stream dependencies of create-react-app, via react-scripts. The bleeding edge version of react-scripts has a dependency on webback-dev-middleware that supports wasm, however this hasn't been released yet. The latest version on npm uses an older version.
For now, I'd turn of streaming compilation until these changes make it into 'production'.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With