JSPM

  • Created
  • Published
  • Downloads 36111
  • Score
    100M100P100Q139866F
  • License GPL-2.0

WebAssembly interpreter

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

webassemblyjs

WebAssembly interpreter

This is meant to be a polyfill entirely written in JavaScript.

See WebAssembly.js.org for more information.

Installation

npm install webassemblyjs

Usage

import WebAssembly from "webassemblyjs";

WebAssembly.instantiate(buff)

See WebAssembly MDN documentation for more information about the WebAssembly API.

Licence

GNU General Public License, version 2.