wasmerio / wasmer

🚀 The leading Wasm Runtime supporting WASIX, WASI and Emscripten
https://wasmer.io
MIT License
18.28k stars 775 forks source link

Cleanup: Move GraphQL interactions from wasmer-registry to wasmer-api #4408

Closed theduke closed 3 days ago

theduke commented 6 months ago

4407 added a new crate wasmer-api for interacting with the backend.

We should migrate the old code in wasmer-registry that does similar things into the new crate for consistency.

This will also help clean up the wasmer-registry crate, which is very messy at the moment.

linear[bot] commented 6 months ago

RUN-64 Cleanup: Move GraphQL interactions from wasmer-registry to wasmer-api