WASM+Docker Hello World

WASM Hello World App with Rust and Docker Desktop

Mohammad-Ali A'RÂBI
Dev Genius
Published in
3 min readJan 21, 2023

--

WebAssembly (WASM) is a binary instruction format for a stack-based virtual machine that is designed to be fast and efficient. It is a low-level assembly-like language that runs in the browser and provides a way to execute code at near-native speeds. WASM is supported by all major web browsers, including Chrome, Firefox, Safari, and Edge.

WebAssembly System Interface (WASI) is an interface that allows WebAssembly code to access the underlying operating system and file system. It…

--

--