New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

webassemblyjs

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webassemblyjs

WebAssembly interpreter

1.7.0-2
Source
npm
Version published
Weekly downloads
24K
-13.62%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

webassembly

FAQs

Package last updated on 18 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts