wapm
WebAssembly package manager
TLDR
Install package
SYNOPSIS
wapm command [options] [args]
DESCRIPTION
wapm is the package manager for WebAssembly modules, providing commands to install, run, search, and publish packages from the wapm.io registry. It works with the Wasmer runtime to execute WebAssembly packages on any platform.
Packages installed through wapm contain pre-compiled WebAssembly modules that run in a sandboxed environment, making them portable across operating systems and architectures. The registry hosts a variety of tools and libraries compiled to WebAssembly from languages like Rust, C, and AssemblyScript.
Publishing packages requires a wapm.io account and a wapm.toml manifest file describing the package metadata, entry points, and dependencies.
PARAMETERS
install
Install package.run
Run package.search
Find packages.publish
Upload package.login
Authenticate.list
Show installed.
CAVEATS
Wasmer recommended. WASM ecosystem. wapm.io account for publish.
HISTORY
wapm is the package manager for Wasmer, providing WebAssembly package management.
