wasmerio / cargo-wasmer

A cargo sub-command for publishing Rust crates to the WebAssembly Package Manager.
Apache License 2.0
23 stars 2 forks source link

Make `cargo wapm` available as a library #9

Open Michael-F-Bryan opened 1 year ago

Michael-F-Bryan commented 1 year ago

It'd be nice if cargo-wapm made its functionality available as a library as well as an executable. That way external tools can use the packaging functionality without needing to install the cargo wapm executable.

See also: https://github.com/wasmerio/wasmer-pack/pull/112