wapm Command Examples

The WebAssembly package manager. More information: https://wapm.io/help/reference.

wapm init

wapm install

wapm install {{package}}@{{version}}

wapm install --global {{package}}

wapm uninstall {{package}}

wapm list

wapm list --global

wapm run {{command_name}} {{arguments}}