Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bytecodealliance/cargo-component
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.18.0
Choose a base ref
...
head repository: bytecodealliance/cargo-component
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.19.0
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 10, 2024

  1. Add a missing format! (#349)

    thank you
    primoly authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    bcbc80f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Update to the latest wit-bindgen etc. (#352)

    * Update to the latest wit-bindgen etc.
    
    Update to the latest wit-bindgen, wasm-tools, warg, and
    wasi-preview1-component-adapter-provider crates.
    
    In particular, this updates to the wasm-encoder that always uses a
    leading zero byte, following WebAssembly/component-model#263.
    
    Fixes #350.
    
    * Update the tests for the new wit-component API.
    
    * rustfmt
    
    * When assigning a world a new name, update `pkg.worlds` too.
    sunfishcode authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a3e779c View commit details
    Browse the repository at this point in the history
  2. Don't use MutableKeys to set the new world name. (#353)

    The [`MutableKeys` trait] requires that the new key have the same hash
    value as the old key. Since that's not true when we're changing a world
    name, rebuild a new `IndexMap` instead, to avoid perterbing the key
    order.
    
    [`MutableKeys` trait]: https://docs.rs/indexmap/latest/indexmap/map/trait.MutableKeys.html
    sunfishcode authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    96cb023 View commit details
    Browse the repository at this point in the history
  3. set version 0.19.0

    calvinrp committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    056563b View commit details
    Browse the repository at this point in the history
Loading