wasm-pkg-core 0.16.0-rc.0

Wasm Package Tools core libraries for wkg
Documentation
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 lock;
pub mod manifest;
pub mod resolver;
pub mod wit;