Open chriso opened 1 year ago
https://wasix.org is the proposed extension to WASI preview 1 by the folks over at wasmer (https://wasmer.io/posts/announcing-wasix).
Extending wasi-go to support the sockets extension from WASIX should be easy enough. We just need a translation layer (like https://github.com/stealthrocket/wasi-go/blob/main/imports/wasi_snapshot_preview1/wasmedge.go) and auto-detection support (https://github.com/stealthrocket/wasi-go/blob/main/imports/extensions.go).
https://wasix.org is the proposed extension to WASI preview 1 by the folks over at wasmer (https://wasmer.io/posts/announcing-wasix).
Extending wasi-go to support the sockets extension from WASIX should be easy enough. We just need a translation layer (like https://github.com/stealthrocket/wasi-go/blob/main/imports/wasi_snapshot_preview1/wasmedge.go) and auto-detection support (https://github.com/stealthrocket/wasi-go/blob/main/imports/extensions.go).