Examples (8)
Download a specific version of a package and add it to the list of dependencies in `wapm.toml`
Uninstall a package and remove it from the list of dependencies in `wapm.toml`
wapm uninstall packagePrint a tree of locally installed dependencies
wapm listList top-level globally installed packages
wapm list --globalExecute a package command using the Wasmer runtime
wapm run command_name argumentsmade by @shridhargupta | data from tldr-pages