| Crates.io | wapm-cli |
| lib.rs | wapm-cli |
| version | 0.5.9 |
| created_at | 2021-04-01 17:59:56.96525+00 |
| updated_at | 2022-11-16 10:55:04.631159+00 |
| description | WebAssembly Package Manager CLI |
| homepage | |
| repository | https://github.com/wasmerio/wapm-cli |
| max_upload_size | |
| id | 376866 |
| size | 9,719,432 |
The WebAssembly Package Manager CLI. This tool enables installing, managing, and publishing wasm packages on the wapm.io registry.
Wasmer:As described in README.md of Wasmer, you can install wapm-cli together by the following command:
curl https://get.wasmer.io -sSfL | sh
Cargo:cargo install wapm-cli
Homebrew:brew install wapm
Read the wapm-cli user guide on wapm.io to get started using the tool and use the wapm-cli reference for information about the CLI commands.
Feel free to take a look at the WAPM documentation. You can also join the discussion on spectrum chat in the wapm-cli channel, or create a GitHub issue. We love to help!
See the contributing guide for instruction on contributing to wapm-cli.
If the WAPM GraphQL server has been updated, update the GraphQL schema with:
graphql get-schema -e prod
Note: You will need graphql-cli installed for this: npm install -g graphql-cli.