wasmerio / wasmer

🚀 The leading Wasm Runtime supporting WASIX and WASI
https://wasmer.io
MIT License
19.06k stars 816 forks source link

virtual-net: Add loopback networking implementation #4406

Open theduke opened 10 months ago

theduke commented 10 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 10 months ago

RUN-62 virtual-net: Add loopback networking implementation