Web Assembly PoC using AssemblyScript.
- Compile AssemblyScript using
npm run asbuild
- Start web server with
npm run start
- Change
assembly/index.ts
to add more web assembly code - Change
index.html
to use functions from web assembly
-
WebAssembly is a lightweight, fast, safe, and polyglot “container” for functions.
- It's portable and can run in different architectures
-
.wat
is the textual webAssembly output -
.wasm
is the binary webAssembly output -
Kevin Hoffman — Building a Containerless Future with WebAssembly
-
WebAssembly Runtimes: