WebAssembly interpreter
This is meant to be a polyfill entirely written in JavaScript.
See WebAssembly.js.org for more information.
yarn add webassemblyjs
import WebAssembly from "webassemblyjs";
WebAssembly.instantiate(buff)
See WebAssembly MDN documentation for more information about the WebAssembly API.