wapm-cli icon indicating copy to clipboard operation
wapm-cli copied to clipboard

πŸ“¦ WebAssembly Package Manager (CLI)

Results 62 wapm-cli issues
Sort by recently updated
recently updated
newest added

This PR enables support of `PiritaFile`s with the `USE_PIRITA=1` flag, which will force the CLI to install the packages in the `PiritaFile` format (and convert them if backend support isn't...

### Summary wapm.io says `Name, description and app icon are handled entirely in the CLI.` but I can't find any instructions about app icons in the wapm documentation.

On publishing a package the wapm-cli throws an error. But at the same time it also uploads the package 1- Screenshot of error: **EMPTY FILE** ![Image](https://user-images.githubusercontent.com/10450084/178975186-7b8107a0-fc1c-4e9a-8457-436ff993913f.png) 2- Screenshot of package...

With `wapm validate .` or `wapm upload`, on a WASI binary built with WASI-SDK 16 (attached), the error occurs: ``` Error: WASM file "./VTKImageIOReadImage.wasi.wasm" detected as invalid because InvalidWasm {...

When a user does a login with `wapm login wap_b66ca3797418d17a90429baaaadb5b910846f58b2130864f10eca75e4ad971e0` you should show in the response to the user at least her username instead of just log the message `Login...

enhancement

WAPM and all of its components should be installed using a single Brew formula.

enhancement

When initializing with `wapm init` the name of the package suggested should concatenate the username + directory, otherwise, when publishing, it complains about β€œError: Global use for aliases is disabled...

enhancement

Wapm publish should show some progress or task description. Otherwise, the user gets confused and thinks that nothing is happening.

enhancement

If you create a command with an identical name that another one already installed, wapm does not throw an error/warning (e.g. I created a command python when I already had...

### Describe the bug The `wapm` CLI tool doesn't use the `$WASMER_DIR` variable when saving its logs or database file. ```bash $ wapm -V Error: Failed to open logging file...