andrew / wapm-cli

WebAssembly Package Manager (CLI)

Home Page:https://wapm.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wapm logo

Build Status License Join the Wasmer Community

Introduction

The WebAssembly Package Manager CLI. This tool enables installing, managing, and publishing wasm packages on the wapm.io registry.

Get Started

Read the wapm-cli user guide on wapm.io to get started using the tool and use the wapm-cli reference for information about the cli commands.

Get Help

Join the discussion on spectrum chat in the wapm-cli channel, or create a GitHub issue. We love to help!

Contributing

See the contributing guide for instruction on contributing to wapm-cli.

Development

Update GraphQL Schema

If the WAPM GraphQL server has been updated, update the GraphQL schema with:

graphql get-schema -e prod

Note: You will need graphql-cli installed for it npm install -g graphql-cli.

About

WebAssembly Package Manager (CLI)

https://wapm.io/

License:MIT License


Languages

Language:Rust 100.0%Language:Makefile 0.0%