wasm-to-oci icon indicating copy to clipboard operation
wasm-to-oci copied to clipboard

wasmtime cannot run the wasm file in testdata

Open summer-boythink opened this issue 1 year ago • 0 comments

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

summer-boythink avatar Oct 26 '22 04:10 summer-boythink