Open Dexus opened 4 years ago
Can you put your example in a glitch or something? I wonder if it has something to do with the fact that you call expose
async, but technically that should work 🤔
I'm running into a similar problem, and I think it's related to WebAssembly. Everything works fine if I comment the line of code in my worker that calls a wasm function.
I try to run the example 03 with class in my project:
worker.js:
But the await blocks the script as shown in the example. Is the example outdated or what is wrong?