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
Error: failed to run main module `./target/wasm32-wasi/release/hello_world.wasm`
Caused by:
invalid result arity: func type returns multiple values (at offset 47)
The text was updated successfully, but these errors were encountered:
The support for interface types is pretty prototypical at this stage and is in a lot of flux. What you may need to do though is to pass --enable-multi-value, although even with that a lot of stars need to align to get everything working just right.
Trying out tutorial in docs rust tutorial.
When using wasm-bindgen and running:
wasmtime --invoke greet ./target/wasm32-wasi/release/hello_world.wasm "wasmtime CLI"
getting following error:
The text was updated successfully, but these errors were encountered: