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/wasi-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.13.3
Choose a base ref
...
head repository: bytecodealliance/wasi-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.14.2
Choose a head ref
  • 9 commits
  • 35 files changed
  • 4 contributors

Commits on Nov 27, 2024

  1. Update to wit-bindgen 0.36. (#98)

    * Update to wit-bindgen 0.36.
    
    The main change here is that the Rust modules now include the WIT
    interface documentation as documentation comments, so that they show
    up in the cargo doc documentation.
    
    * Update CI to wit-bindgen 0.36 too.
    sunfishcode authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    4b740ff View commit details
    Browse the repository at this point in the history
  2. Fix cargo doc warnings about HTML comments. (#97)

    Add the closing side of HTML comments, to fix cargo doc warnings.
    sunfishcode authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    1a65fdc View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Document the now three ways to use the wasi crate. (#99)

    * Document the now three ways to use the wasi crate.
    
    Update the documentation to prominently describe the new wasm32-wasip2
    target, to mention cargo component, and to put the existing
    wasm32-wasip1 with adapter approach in context.
    
    * Update README.md
    
    Co-authored-by: Pat Hickey <pat@moreproductive.org>
    
    ---------
    
    Co-authored-by: Pat Hickey <pat@moreproductive.org>
    sunfishcode and pchickey authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    543cb4c View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. Configuration menu
    Copy the full SHA
    e3328ef View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. Update to wit-bindgen 0.37. (#101)

    This uses `--async none` so there aren't many user-visible changes,
    however one notable user-visible change is that with
    bytecodealliance/wit-bindgen#1102, some functions such as `Fields::get`
    have arguments that change from `&String` to `&str`.
    sunfishcode authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    5ef4228 View commit details
    Browse the repository at this point in the history
  2. Bump to 0.14.0+wasi-0.2.3 (#102)

    Bump to 0.14.0+wasi-0.2.3, from 0.13.4+wasi-0.2.3, as the update to
    wit-bindgen 0.37 includes some minor semver incompatibilies.
    sunfishcode authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    c16176c View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. Upgrade wit-bindgen-rt to version 0.39.0 (#103)

    * Upgrade `wit-bindgen-rt` to version 0.39.0
    
    * Update .github/workflows/main.yml
    smoelius authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    44f9ed8 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. Bump to 0.14.1+wasi-0.2.3 (#104)

    The only change here is #103, which doesn't significantly change any of
    the bindings code.
    sunfishcode authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    bd355d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. Configuration menu
    Copy the full SHA
    039c272 View commit details
    Browse the repository at this point in the history
Loading