rsocket-rust
rsocket-rust copied to clipboard
Transport support WASI Socket
Use WASI Socket to talk with RSocket service, and spec is here https://docs.rs/wasi/0.9.0+wasi-snapshot-preview1/wasi/
Sadly, it seems that networking has not yet been fully fleshed. See this issue: https://github.com/bytecodealliance/wasmtime/issues/1602
please try to use https://github.com/wasm3/wasm3 for testing. I think uvwasi has socket implementation for WASI https://github.com/cjihrig/uvwasi