An amazing talk on WebAssembly System Interface
published on 2022/05/30
This talk about WASI and the experimental .NET support is amazing.
WASI is a modular system interface for WebAssembly. It allows WebAssembly application to interact with functionalities that the WASM host provides.
In this demo, ASP.NET Core is being hosted in a browser service worker through WASM. It's unreal and it really shows the potential of WASI as a new standard for application deployment.