notes
notes copied to clipboard
Why a WebAssembly interpreter implementation in Javascript is sensible
- as a polyfill for older browsers that don't support Wasm natively
- for debugging, since the browser implementations do not allow accessing the runtime state (stack etc.)
- for feature testing and showcasing (which is what I'm going for)