Architecture
FaaS revisited using Wasm and Rust
WebAssembly (abbreviated Wasm) is a binary instruction format that allows you to compile application code written in over 50 languages (including Rust, C++, and Golang) and run it inside sand-boxed environments. WebAssembly was initially designed to run native code in web browsers to improve the speed of the web applications Read more…