Embed HTTP servers in WASM with Rust and CSharp
For a while, some WASM runtimes implement the Socket specification. So, let’s see how to code an HTTP server directly with WASM. Quick reminder about WASM and WASI First, WebAssembly (WASM) is a compilation target. Initially, designed for the browser...
Nov 7, 20227 min read5.1K


