Firefox Compatibility
togekk opened this issue · 2 comments
togekk commented
General Information
- Bug
- Improvement
- Feature
- Other
Description
Wasm-worker won't start in Firefox. Shows error messages.
Steps to reproduce
- Clone this example repo to local
- Run
yarn
- Run
yarn run serve
to start server - Open Firefox and open url http://localhost:1234
- Press F12 to see the error messages
Versions
- wasm-worker: 0.3.1
mbasso commented
Hi @togekk,
thank you for opening this issue with the example repo and for your intereste in this project. I really appreciate it! 😄
I've just published a new version of wasm-worker that solves this problem. Just try to update to version 0.3.2.
Let me know if it works fine and I can close this issue!
togekk commented
Everything looks perfect now! Thanks :D