Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Wasmtime 17.0.0 #7800

Merged
merged 6 commits into from
Jan 25, 2024
Merged

Release Wasmtime 17.0.0 #7800

merged 6 commits into from
Jan 25, 2024

Commits on Jan 20, 2024

  1. Release Wasmtime 17.0.0

    [automatically-tag-and-release-this-commit]
    wasmtime-publish committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    7ba092b View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Change update of gcc on MinGW (#7760)

    Try not passing `-y -u` to `pacman` to avoid full system updates.
    Currently full system updates might update the `msys2-runtime` package
    before actually updating the package we requested, meaning that this
    might not actually update anything given an update. This is what's
    currently happening on CI which is breaking due to an update of gcc not
    actually updating gcc. I'm mostly reading the invocation in
    rust-lang/rust CI and seeing that it doesn't pass `-y -u` and hopeing
    that by copying that here things might work.
    
    prtest:full
    alexcrichton committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d2c3b8c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. use released WASI Preview 2 (version 0.2.0) wits (#7817)

    * WASI: copy in the version 0.2.0 wits
    
    * wasmtime's wits: use versions 0.2.0 of wasi packages
    
    * bindgens and other fixed version strings: change 0.2.0-rc-etc to 0.2.0
    Pat Hickey authored and alexcrichton committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a67d342 View commit details
    Browse the repository at this point in the history
  2. Enable the component model by default

    This commit enables the component model by default in the embedding API
    and the CLI. This means that an opt-in of `-W component-model` is no
    longer required and additionally `.wasm_component_model(true)` is no
    longer required. Note that this won't impact existing embeddings since
    the component model feature doesn't do much less `wasmtime::component`
    is used, and if that's being used this is probably good news for you.
    alexcrichton committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    fac3b9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eaf0b94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b01ba0a View commit details
    Browse the repository at this point in the history