Crates.io | wasmer-registry |
lib.rs | wasmer-registry |
version | 5.21.0 |
source | src |
created_at | 2022-10-25 11:18:03.128729 |
updated_at | 2024-10-21 12:28:19.422624 |
description | Crate to interact with the wasmer registry, download packages, etc. |
homepage | https://wasmer.io/ |
repository | https://github.com/wasmerio/wasmer |
max_upload_size | |
id | 696815 |
size | 226,678 |
This crate provides integration with the Wasmer package registry GraphQL API.
The GraphQL API schema used for generating queries and mutations is located at
./graphql/schema.graphql
.
To update it to a deployed version of the backend, run:
npx get-graphql-schema https://registry.wasmer.wtf/graphql > graphql/schema.graphql
To format the GraphQL query and mutation files, run:
npx prettier --write ./graphql/**/*.graphql