🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@bytecodealliance/wizer

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bytecodealliance/wizer

The WebAssembly Pre-Initializer

latest
Source
npmnpm
Version
11.0.3
Version published
Weekly downloads
634K
-23.52%
Maintainers
4
Weekly downloads
 
Created
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

Package last updated on 10 Mar 2026

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