alexcrichton commented on Issue #962:
I'm going to now that we've temporarily removed interface types support, but stay tuned to https://github.com/bytecodealliance/wasmtime/issues/677 for future updates!
alexcrichton closed Issue #962:
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:
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)
ratnadeep007 commented on Issue #962:
Thanks for the update
Last updated: Nov 22 2024 at 17:03 UTC