-
Notifications
You must be signed in to change notification settings - Fork 86
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
Trouble loading WASM modules in worker (with possible solution) #67
Comments
I tried it in a fork and it works. |
Any update on merging this PR, devs? I have a situation that I think this would fix. I'm doing some heavy statistical calculations on the front-end, and need them to be on a separate thread. I'm using the |
Great, thank you so much! Any chance of getting a new published release out with the recently merged PRs? ;) |
I believe this loader suffers from the same issue as worker-loader
webpack/webpack#7647
When using a wasm-pack compiled module i get the error message:
referring to
__webpack_require__.w
That worker-loader issue also has a pull request referencing it which does fix my problem... but I'd love to use workerize if possible.
Any chance of getting this fix into workerize-loader pretty please? :)
The text was updated successfully, but these errors were encountered: