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.
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.