-
Notifications
You must be signed in to change notification settings - Fork 3
wasm-bindgen/wasm-pack is not supported? #26
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
Comments
perhaps thats why example in this repository does not use wasm_bindgen? |
No, that's just a personal preference because I use that example for debugging and wasm-bindgen creates a ton of extra code which makes it hard to debug the wasm bytecode <-> sourcemap mapping. As the answer to your question in the wasm-bindgen repo indicates you have to have DWARF debug symbols present in the .wasm file you are processing with wasm2map. Otherwise it has nothing to work with. For |
i see, thank you for the reply, for those who need it too: rustwasm/wasm-bindgen#3698 (comment) |
rustwasm/wasm-bindgen#3698 (comment)
The text was updated successfully, but these errors were encountered: