Crate wasm_pkg_core

Source
Expand description

A library with reusable helpers and types for the wkg CLI. This is intended to be used by other downstream CLI tools that may need to leverage some of the same functionality provided by wkg.

Modulesยง

config
Type definitions and functions for working with wkg.toml files.
lock
Type definitions and functions for working with wkg.lock files.
resolver
A resolver for resolving dependencies from a component registry.
wit
Functions for building WIT packages and fetching their dependencies.