-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
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
Doesn't work in browser #293
Comments
Update: It seems to work in firefox |
TLDR: Move your code to a worker thread I figured it out I found a similar issue to mine: #286 (comment) Which led me to this issue: #302 I downloaded and built HarukaMa's version and it threw this error message: Then I moved my code into a worker and it magically worked. Turns out there's no issue with the library after all it's just that it fails to give a helpful error message that I have to use workers |
I would comment that the loss of the original error string is a bug. It even looks like something was supposed to be there: there is an extra tick after |
Could you put any example or code snippet, about how you actually move it to |
Here is my code:
When I call wasiTest I get the following error:
The text was updated successfully, but these errors were encountered: