wasm-containerization-talk

Examples featured in my "The Legend of WebAssembly, and the Missing Link" talk. Mostly trying to show off how we can use Wasm and Wasi to containerize applications.

MIT License

Stars
8
Committers
1

wasm-containerization-talk-examples

Examples featured in my "The Legend of WebAssembly, and the Missing Link" talk. Mostly trying to show off how we can use Wasm and Wasi to containerize applications.

  • writing-a-wasi-application goes over a how to write a WASI application with the syscalls in AssemblyScript.
  • compiling-an-application-to-wasi goes over compiling QuickJs to WASI using wasienv.
  • embedding-wasm-runtime-in-an-application covered embedding wasmtime in a Rust application, to run a wasm module written in rust.