
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@wasmer/cli
Advanced tools
The CLI for executing Wasmer-JS
Documentation for Wasmer-JS Stack can be found on the Wasmer Docs.
$ npm install -g @wasmer/cli
...npm installation stuff here...
$ wasmer-js
wasmer-js 0.7.1
The Wasmer Engineering Team <engineering@wasmer.io>
Node.js Wasm execution runtime.
USAGE:
wasmer <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
help Prints this message or the help of the given subcommand(s)
run Run a WebAssembly file. Formats accepted: wasm, wat
validate Validate a Web Assembly binary
wasmer-js [FILE] (same as wasmer-js run [FILE])wasmer-js run [FILE]wasmer-js --versionwasmer-js run [FILE]Run a WebAssembly file with Wasmer-JS
$ wasmer-js run
wasmer-js 0.7.1
Run a WebAssembly file. Formats accepted: wasm, wat
USAGE:
wasmer-js run [FLAGS] [OPTIONS] <path> [--] [--]...
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
--env <env-vars>... Pass custom environment variables
--mapdir <mapped-dirs>... Map a host directory to a different location for the wasm module
--dir <pre-opened-directories>... WASI pre-opened directory
ARGS:
<path> Input file
<-->... Application arguments
wasmer-js --versionDisplay the current wasmer-js CLI version
$ wasmer-js --version
wasmer-js 0.7.1
FAQs
The CLI for executing Wasmer-JS
We found that @wasmer/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.