rsocket-rust icon indicating copy to clipboard operation
rsocket-rust copied to clipboard

Transport support WASI Socket

Open linux-china opened this issue 4 years ago • 2 comments

Use WASI Socket to talk with RSocket service, and spec is here https://docs.rs/wasi/0.9.0+wasi-snapshot-preview1/wasi/

linux-china avatar Apr 25 '20 01:04 linux-china

Sadly, it seems that networking has not yet been fully fleshed. See this issue: https://github.com/bytecodealliance/wasmtime/issues/1602

jjeffcaii avatar Apr 29 '20 02:04 jjeffcaii

please try to use https://github.com/wasm3/wasm3 for testing. I think uvwasi has socket implementation for WASI https://github.com/cjihrig/uvwasi

linux-china avatar Apr 29 '20 06:04 linux-china