You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This message is in crates/cli-support/src/wit/mod.rs:
it looks like the Rust project used to create this Wasm file was linked against
version of wasm-bindgen that uses a different bindgen format than this binary:
rust Wasm file schema version: {their_version}
this binary schema version: {my_version}
...
The message does not provide the full path to the wasm file or even its name.
It also does not provide the path to the binary.
When there are multiple webassembly files in a single output project
it becomes supremely painful to diagnose the issue.
It's very easy to fix this issue, so appreciate if this is improved soon.
🙏
The text was updated successfully, but these errors were encountered:
This message is in
crates/cli-support/src/wit/mod.rs
:The message does not provide the full path to the wasm file or even its name.
It also does not provide the path to the binary.
When there are multiple webassembly files in a single output project
it becomes supremely painful to diagnose the issue.
It's very easy to fix this issue, so appreciate if this is improved soon.
🙏
The text was updated successfully, but these errors were encountered: