-
Notifications
You must be signed in to change notification settings - Fork 25
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 support for output with wasm imports #145
Comments
It appears that the default output format ( |
Thanks! We'll have it fixed in the patch release next week. |
Should be fixed now in deno canary ( |
I opened rustwasm/wasm-bindgen#4287 |
@0f-0b oh, I misread what you said. Yeah, the output of "bundler" looks correct and we could maybe add an option here to use it. Is this something you'd be interested in implementing? It would be good to know if the bundler output works with imports though (I didn't test it yet). |
Thanks, but I believe it's best done by someone more experienced with this tool. |
We should support wasm imports in the output now that it's stable.
It seems there is this: https://docs.rs/wasm-bindgen-cli-support/0.2.95/wasm_bindgen_cli_support/struct.Bindgen.html#method.nodejs_module (maybe there is a web version or a web version would be easy to implement)
The text was updated successfully, but these errors were encountered: