Skip to content

Latest commit

 

History

History

webassemblyjs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.