Skip to content

Latest commit

 

History

History
369 lines (363 loc) · 44.9 KB

webassembly.md

File metadata and controls

369 lines (363 loc) · 44.9 KB
title
WebAssembly

Wasmer & Wazero are great runtimes to execute WebAssembly on the server. Zaplib is great library. WebAssembly Weekly is good newsletter to stay up to date on WASM.

This guide how to create minimal WASM module is nice. Looking into trying out AssemblyScript.

Enarx is neat way to run WASM safely.

Links