Releases: bytecodealliance/cargo-component
Releases · bytecodealliance/cargo-component
v0.20.0
What's Changed
- Avoid overwriting
bindings.rs
if content is unchanged by @tomasol in #346 - Simply the options used with wit-bindgen-rust. by @sunfishcode in #354
- Update to ptree 0.5.1, to remove the atty dependency. by @sunfishcode in #358
- Docuent cargo component's' relationship with the new wasip2 target. by @sunfishcode in #356
- Update the README to discuss the wasm32-wasip2 feature. by @sunfishcode in #359
- Add a
bindings
subcommand. by @sunfishcode in #366 - Update several deps. by @sunfishcode in #367
- Bump the version number to 0.20. by @sunfishcode in #368
Full Changelog: v0.19.0...v0.20.0
v0.19.0
What's Changed
- Add a missing
format!
by @primoly in #349 - Update to the latest wit-bindgen etc. by @sunfishcode in #352
- Don't use
MutableKeys
to set the new world name. by @sunfishcode in #353
Full Changelog: v0.18.0...v0.19.0
v0.18.0
v0.17.0
What's Changed
- Update wasm-tools/wit-bindgen dependencies by @alexcrichton in #335
- Adds
generate_all
anddisable_custom_section_link_helpers
toBindings
by @primoly in #336 wkg
update 0.7.4 and removewit
CLI (replaced bywkg wit
subcommand) by @calvinrp in #342
Full Changelog: v0.16.0...v0.17.0
v0.16.0
What's Changed
- feat(*)!: Uses wasm-pkg-client for loading dependencies by @thomastaylor312 in #322
- feat(*)!: Adds back support for the offline flag by @thomastaylor312 in #328
- Don't fail parsing on
@feature
and@since
gates. by @dmvk in #329 - ref(*)!: Updates all code to use the new publish functionality in wkg by @thomastaylor312 in #331
- updated wasm-pkg-client dep version 0.5.0 by @calvinrp in #334
New Contributors
Full Changelog: v0.15.0...v0.16.0
v0.15.0
What's Changed
- set dev version to 0.15.0-dev by @calvinrp in #320
- Pull adapters from crates.io instead of vendoring by @alexcrichton in #323
- Stop generating the bindings file for projects without wit files and dependencies by @iawia002 in #318
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
- Document additional
cargo-component
requirements by @yoshuawuyts in #309 - Update adapter builds by @alexcrichton in #312
- Rename
wasm32-wasi
towasm32-wasip1
by @alexcrichton in #313 - Update to -S cli instead of -S common for wasmtime commands by @iawia002 in #317
- Respect build target from cargo config by @iawia002 in #319
New Contributors
- @yoshuawuyts made their first contribution in #309
- @iawia002 made their first contribution in #317
Full Changelog: v0.13.2...v0.14.0