Closed relcodedev closed 1 year ago
The example to run from wasmer fails. Wasmer latest version does not support wasi_snapshot_preview1.
wasmer 3.3.0
wasmer bin/Debug/net7.0/webapp.wasm error: failed to run bin/Debug/net7.0/webapp.wasm │ 1: failed to instantiate WASI module │ 2: Instantiation failed ╰─▶ 3: Error while importing "wasi_snapshot_preview1"."sock_accept": unknown import. Expected Function(FunctionType { params: [I32, I32, I32], results: [I32] })
bin/Debug/net7.0/webapp.wasm
The MD should be updated to provide the information above.
The example to run from wasmer fails. Wasmer latest version does not support wasi_snapshot_preview1.
wasmer 3.3.0
wasmer bin/Debug/net7.0/webapp.wasm error: failed to run
bin/Debug/net7.0/webapp.wasm
│ 1: failed to instantiate WASI module │ 2: Instantiation failed ╰─▶ 3: Error while importing "wasi_snapshot_preview1"."sock_accept": unknown import. Expected Function(FunctionType { params: [I32, I32, I32], results: [I32] })The MD should be updated to provide the information above.