wasm_pkg_core/
lib.rs

1
2
3
4
5
6
7
8
//! 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`.

pub mod config;
pub mod lock;
pub mod resolver;
pub mod wit;