dotnet / dotnet-wasi-sdk

An SDK for building .NET projects as standalone WASI-compliant modules
MIT License
279 stars 12 forks source link

wasmer does not support wasi_snapshot_preview1 #20

Closed relcodedev closed 1 year ago

relcodedev commented 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] })

The MD should be updated to provide the information above.