Stream: git-wasmtime

Topic: wasmtime / Issue #962 [Error] invalid result arity: func ...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 13 2020 at 19:57):

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!

view this post on Zulip Wasmtime GitHub notifications bot (Mar 13 2020 at 19:57):

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)

view this post on Zulip Wasmtime GitHub notifications bot (Mar 14 2020 at 06:59):

ratnadeep007 commented on Issue #962:

Thanks for the update


Last updated: Nov 22 2024 at 17:03 UTC