webassemblyjs

1.12.1 • Public • Published

webassemblyjs

WebAssembly interpreter

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

See WebAssembly.js.org for more information.

Installation

yarn add webassemblyjs

Usage

import WebAssembly from "webassemblyjs";

WebAssembly.instantiate(buff)

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

Dependencies (6)

Dev Dependencies (3)

Package Sidebar

Install

npm i webassemblyjs

Weekly Downloads

17,197

Version

1.12.1

License

MIT

Unpacked Size

264 kB

Total Files

65

Last publish

Collaborators

  • xtuc