Socket
Socket
Sign inDemoInstall

@bytecodealliance/wizer

Package Overview
Dependencies
6
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @bytecodealliance/wizer

The WebAssembly Pre-Initializer


Version published
Maintainers
3
Install size
19.5 MB
Created

Readme

Source

wizer

Prebuilt wizer binaries available via npm

API

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

execFile(wizer, ['input.wasm', '-o', 'initialized.wasm'], (err, stdout) => {
	console.log(stdout);
});

FAQs

Last updated on 31 May 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc