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/wasmtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.0
Choose a base ref
...
head repository: bytecodealliance/wasmtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.1
Choose a head ref
  • 3 commits
  • 25 files changed
  • 3 contributors

Commits on Mar 8, 2023

  1. Merge pull request from GHSA-xm67-587q-r2vw

    This commit fixes an off-by-one error in the subtraction of indices when
    shuffling a vector with itself. Lanes 16-and-above are mapped to select
    from the first vector since the first and second element are the same,
    but the subtraction was with 15 rather than 16 by accident.
    alexcrichton authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    fc13ee1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request from GHSA-ff4p-7xrq-q5r8

    * x64: Remove incorrect `amode_add` lowering rules
    
    This commit removes two incorrect rules as part of the x64 backend's
    computation of addressing modes. These two rules folded a zero-extended
    32-bit computation into the address mode operand, but this isn't correct
    as the 32-bit computation should be truncated to 32-bits but when folded
    into the address mode computation it happens with 64-bit operands,
    meaning truncation doesn't happen.
    
    * Add release notes for 6.0.1
    alexcrichton authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    5697586 View commit details
    Browse the repository at this point in the history
  3. Release Wasmtime 6.0.1 (#5939)

    [automatically-tag-and-release-this-commit]
    
    Co-authored-by: Wasmtime Publish <[email protected]>
    wasmtime-publish and wasmtime-publish authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    b6bc33d View commit details
    Browse the repository at this point in the history
Loading