-
Notifications
You must be signed in to change notification settings - Fork 92
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
✨ Add a method for building npm packages from wasm binaries #362
Comments
I've seen the |
Hi @Velnbur if you run |
I'm currently using a Mac, and the workaround with
I've tried to use |
Hmm that's disappointing, do you have a flake which reproduces the issue I can peek at? |
This one has the same error: https://github.com/Velnbur/crane-wasm-pack-example |
Running The other issue with the example is specifying So, all-in-all, changing the |
I'm looking for a way to build npm packages from compiled wasm binaries. For example, using
wasm-pack
(but right now I have problems with that see rustwasm/wasm-pack#1318).I've made a "usable" build with
wasm-bindgen
and some scripts, but it feels pretty awkwardThe text was updated successfully, but these errors were encountered: