@cfallin/weval

v0.2.14
The WebAssembly partial evaluator

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);
});
npm i @cfallin/weval

Metadata

Downloads

Maintainers