rsocket / rsocket-rust

RSocket Rust Implementation using Tokio
Apache License 2.0
200 stars 20 forks source link

Transport support WASI Socket #10

Open linux-china opened 4 years ago

linux-china commented 4 years ago

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

jjeffcaii commented 4 years ago

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

linux-china commented 4 years ago

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