-
Notifications
You must be signed in to change notification settings - Fork 8
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
Bundle the wasm file #5
Comments
This part seems to be because
Also the Ideally webpack should be able to find it, so it can generate a URL to the asset automatically (with the public path). I'm continuing in #6. |
bevore I jused the CopyPlugin for the wasm file. Since webpack only looks for imports it is not touching the |
Yes maybe we'll have to use the same approach for now. Ideally we can find a way to tell webpack to find this wasm file, so it places it along the others under |
I renamed the issue to "Bundle the wasm file" so we can come back to how to best handle the copy of the wasm file later. |
now that we move the xeus lua related files to the asset dir via https://github.com/DerThorsten/jupyterlite_xeus_lua/blob/3a22e56672ef5aca0655fc64aaa39fac74e5b6a2/webpack.config.js#L4
we are facing the problem that xeus_lua.js it not found
@jtpio you mentioned:
@jtpio any hint on how to continue on that?
Do we need to change the import statement?
https://github.com/DerThorsten/jupyterlite_xeus_lua/blob/3a22e56672ef5aca0655fc64aaa39fac74e5b6a2/src/worker.ts#L3
this is all a bit beyond my typescript / webpack competence ...
The text was updated successfully, but these errors were encountered: