mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 21:28:21 +00:00
- Introduced the virtual BUS interface used for RPC between web assembly apps - Introduced the virtual networking interface used to implement networking for web assembly apps - Implemented a local implementation of the virtual networking (available behind the feature toggle 'host-net' on the 'wasi' package) - Fixed up some of the examples from the wasmer3 branch - Refactored the WASI implementations so they support wasm64-wasi - WASIX is behind its own namespaces for both 32bit and 64bit implementations - Fixed the wasi_pipes unit test which was using internals that are no longer exposed - instead made the pipes clonable
56 B
56 B
This is experimental extension of WASIX for networking.