Wasm Specifications
- WaaS is a WebAssembly interpreter that satisfies WebAssembly Core Specification 1.0.
- Some behaviors differ slightly from the spec:
- Bit representations may wrong at conversions from integers to floating-point numbers.
- Some proposed features not included in core spec 1.0 are added:
- Bulk Memory
- Mutable imported globals
- Sign-extending operations