[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

@cfallin/weval

0.2.14 • Public • Published

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);
});

Readme

Keywords

none

Package Sidebar

Install

npm i @cfallin/weval

Weekly Downloads

58

Version

0.2.14

License

Apache-2.0

Unpacked Size

16.5 kB

Total Files

4

Last publish

Collaborators

  • cfallin