Cannot compile wasm code due to missing traits for my structs (IntoWasmAbi, OptionFromWasmAbi, FromWasmAbi, etc) #3696
Unanswered
ramarivera
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the Bug
Cannot compile wasm code due to missing traits for my structs
Steps to Reproduce
cargo run-script watch_compile_wasm
Expected Behavior
The code hopefully compiles, or at least provides actionable messages for me to fix it.
Actual Behavior
I get a lot of noise in the console, most of which I cannot understand why it's happening:
Snippet
Additional Context
Tried with both stable and nightly.
Tried on Mac os.
Beta Was this translation helpful? Give feedback.
All reactions