notes icon indicating copy to clipboard operation
notes copied to clipboard

Why a WebAssembly interpreter implementation in Javascript is sensible

Open void4 opened this issue 6 years ago • 0 comments

  • 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)

void4 avatar Aug 13 '18 19:08 void4