🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@cfallin/weval

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cfallin/weval

The WebAssembly partial evaluator

0.2.14
latest
Source
npm
Version published
Weekly downloads
142
-55.06%
Maintainers
0
Weekly downloads
 
Created
Source

weval

Prebuilt weval binaries available via npm

See the weval repository for more details.

API

$ npm install --save @cfallin/weval
const execFile = require('child_process').execFile;
const weval = require('@cfallin/weval');

execFile(weval, ['-w', '-i', 'snapshot.wasm', '-o', 'wevaled.wasm'], (err, stdout) => {
	console.log(stdout);
});

FAQs

Package last updated on 05 Sep 2024

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