Skip to main content

wasm_pkg_core/
lib.rs

1//! A library with reusable helpers and types for the `wkg` CLI. This is intended to be used by
2//! other downstream CLI tools that may need to leverage some of the same functionality provided by
3//! `wkg`.
4
5pub mod config;
6pub mod lock;
7pub mod resolver;
8pub mod wit;