Arto's Notes re: WebAssembly




Installation

Installation on macOS

Install WABT and Binaryen via Homebrew:

$ brew install wabt

$ brew install binaryen



Glossary

WASM
WebAssembly
WAT
?
WAST
WASM Abstract Syntax Tree
WAVM
WebAssembly Virtual Machine
WABT
WebAssembly Binary Toolkit

See Also