wasm_bindgen::module is currently only supported with --target no-modules
and --target web
#3904
Unanswered
Codetrauma
asked this question in
Q&A
Replies: 1 comment
-
It would probably be helpful to at least post the error message. A minimal example, not using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Followed documentation and have a project currently working in the browser, but when trying to build into nodejs I get this error. I couldn't find anything in previous issues about this, wondering if their is a solution already or any documentation on this. Thank you.
https://github.com/tlsnotary/tlsn-js/tree/main/wasm/prover
Works with: ""wasm-pack build --target web wasm/prover"
but get the above error with: "wasm-pack build --target nodejs wasm/prover"
Beta Was this translation helpful? Give feedback.
All reactions