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
When I run hello.wasm using wasmtime, it reports the following error
Error: failed to run main module `hello.wasm`
Caused by:
0: failed to instantiate "hello.wasm"
1: command export '__rustc_debug_gdb_scripts_section__' is not a function
However, when I use the wasmtime official example ,which is the one compiled with rust. He will run successfully
I don't know if this problem is due to testdata, wasmtime version update, or my use
The text was updated successfully, but these errors were encountered:
When I run
hello.wasm
using wasmtime, it reports the following errorHowever, when I use the wasmtime official example ,which is the one compiled with rust. He will run successfully
I don't know if this problem is due to testdata, wasmtime version update, or my use
The text was updated successfully, but these errors were encountered: