bytecodealliance / wasm-tools

CLI and Rust libraries for low-level manipulation of WebAssembly modules
Apache License 2.0
1.21k stars 224 forks source link

wasm-wave: add license to cargo.toml #1622

Closed pchickey closed 2 weeks ago

pchickey commented 2 weeks ago

The crates.io publish of wasm-wave failed due to this missing field: https://github.com/bytecodealliance/wasm-tools/actions/runs/9573228545/job/26394219245. With this filled in, cargo publish --dry-run passes.

I will make a patch release and publish again once @lann makes the wasmtime-publish group an owner of the crate. Update: this is done!