wasmer-registry

Crates.iowasmer-registry
lib.rswasmer-registry
version5.16.0
sourcesrc
created_at2022-10-25 11:18:03.128729
updated_at2024-07-08 21:58:04.594886
descriptionCrate to interact with the wasmer registry, download packages, etc.
homepagehttps://wasmer.io/
repositoryhttps://github.com/wasmerio/wasmer
max_upload_size
id696815
size228,249
Wasmer Core (github:wasmerio:wasmer-core)

documentation

README

wasmer-registry

This crate provides integration with the Wasmer package registry GraphQL API.

Development

Updating the GraphQL Schema

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

Formatting GraphQL Files

To format the GraphQL query and mutation files, run:

npx prettier --write ./graphql/**/*.graphql
Commit count: 17039

cargo fmt