Package Exports
- webassemblyjs
- webassemblyjs/lib/compiler/compile/module
- webassemblyjs/lib/errors
- webassemblyjs/lib/interpreter
- webassemblyjs/lib/interpreter/kernel/memory
- webassemblyjs/lib/interpreter/partial-evaluation
- webassemblyjs/lib/interpreter/runtime/values/memory
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (webassemblyjs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
js-webassembly-interpreter
WebAssembly interpreter
This is meant to be a polyfill entirely written in JavaScript.
See WebAssembly.js.org for more information.