wasmerio / wapm-cli

📦 WebAssembly Package Manager (CLI)
https://wapm.io/
MIT License
372 stars 26 forks source link

Updating "wapm install" to use the new bindings query #290

Closed Michael-F-Bryan closed 1 year ago

Michael-F-Bryan commented 1 year ago

Resolves #285.

This should probably depend on https://github.com/wasmerio/wapm.io-backend/issues/256 because bindings aren't being generated correctly by WAPM's backend at the moment. Trying to test this PR will almost always fail with Error: The wasmer/wit-pack-cli package doesn't contain any bindings.

Michael-F-Bryan commented 1 year ago

I've tested this locally and it works!