WAPM
Last updated
Was this helpful?
Last updated
Was this helpful?
is a package manager for WebAssembly modules to be used standalone by any WebAssembly Runtime (such as the Wasmer Runtime).
The WAPM ecosystem makes WebAssembly more accessible to developers. The system is enabled by a couple tools:
WAPM package registry for storing and serving packages
WAPM package client (called wapm
CLI) for installing and managing packages. See the
The wapm
tool comes bundled with , but it works great with the other and the web!