mbasso/wasm-worker

Firefox Compatibility

togekk opened this issue · 2 comments

General Information

  • Bug
  • Improvement
  • Feature
  • Other

Description
Wasm-worker won't start in Firefox. Shows error messages.

error messages

Steps to reproduce

  1. Clone this example repo to local
  2. Run yarn
  3. Run yarn run serve to start server
  4. Open Firefox and open url http://localhost:1234
  5. Press F12 to see the error messages

Versions

  • wasm-worker: 0.3.1

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!

Everything looks perfect now! Thanks :D