wasmerio / wapm-cli

📦 WebAssembly Package Manager (CLI)

Home Page:https://wapm.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wapm install always fails with "Manifest must be a file named wapm.toml"

Michael-F-Bryan opened this issue · comments

If you try to use the latest master (c935160) to install a package, the installation will always fail due to an internal error.

$ wapm install wasmer/wabt
Error: Failed to install packages. Could not open manifest. Could not parse manifest because Manifest must be a file named `wapm.toml`..

This is the issue that's been causing our regression tests to fail on master.

I believe this may be related to wasmerio/wasmer#3247.

This was fixed by #299