wapm
The WebAssembly package manager.
=> More information.
- Interactively create a new
wapm.toml
file:
wapm init
- Download all the packages listed as dependencies in
wapm.toml
:
wapm install
- Download a specific version of a package and add it to the list of dependencies in wapm.toml:
wapm install {package_name}@{version}
- Download a package and install it globally:
wapm install --global {package_name}
- Uninstall a package and remove it from the list of dependencies in
wapm.toml
:
wapm uninstall {package_name}
- Print a tree of locally installed dependencies:
wapm list
- List top-level globally installed packages:
wapm list --global
- Execute a package command using the Wasmer runtime:
wapm run {command_name} {arguments}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/wapm.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 105.104017 milliseconds
- Gemini-to-HTML Time
- 0.328521 milliseconds
This content has been proxied by September (ba2dc).