mariokaufmann / state-of-webassembly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

state-of-webassembly

Demos

wordcloud

Compute@Edge demo (WASI)

Build and serve locally (needs the fastly CLI): fastly compute serve

Publish to fastly: fastly compute publish

WASI Security demo

Make sure wasmtime is installed: install

Build the demo:

cargo build

Then run the binary with wasmtime:

wasmtime target/wasm32-wasi/debug/wasi-security.wasm 

About