wasmerio / wasmer

🚀 The leading Wasm Runtime supporting WASIX, WASI and Emscripten
https://wasmer.io
MIT License
18.2k stars 767 forks source link

virtual-net: Add loopback networking implementation #4406

Open theduke opened 5 months ago

theduke commented 5 months ago

Move the existing loopback networking implementation to the virtual-net crate.

This will enable simple networking support in environments that don't have regular networking, like browsers.

Note: the implementation might need adjustments to be compatible with browser environments ( wasmer-js), especially regarding the communication between workers.

To complete this issue, there should be tests for the loopback network added.

linear[bot] commented 5 months ago

RUN-62 virtual-net: Add loopback networking implementation