Tags: ricochet/wasmtime
Tags
Release Wasmtime 16.0.0 [automatically-tag-and-release-this-commit]
cranelift: remove `load_complex` and `store_complex` (bytecodeallianc… …e#3976) This change removes all variants of `load*_complex` and `store*_complex` from Cranelift; this is a breaking change to the instructions exposed by CLIF. The complete list of instructions removed is: `load_complex`, `store_complex`, `uload8_complex`, `sload8_complex`, `istore8_complex`, `sload8_complex`, `uload16_complex`, `sload16_complex`, `istore16_complex`, `uload32_complex`, `sload32_complex`, `istore32_complex`, `uload8x8_complex`, `sload8x8_complex`, `sload16x4_complex`, `uload16x4_complex`, `uload32x2_complex`, `sload32x2_complex`. The rationale for this removal is that the Cranelift backend now has the ability to pattern-match multiple upstream additions in order to calculate the address to access. Previously, this was not possible so the `*_complex` instructions were needed. Over time, these instructions have fallen out of use in this repository, making the additional overhead of maintaining them a chore.
Bump Wasmtime to 0.35.1 (bytecodealliance#3911) [automatically-tag-and-release-this-commit] Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com>
Bump Wasmtime to 0.35.0 (bytecodealliance#3885) [automatically-tag-and-release-this-commit] Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com>
Release Wasmtime 0.34.1 (bytecodealliance#3812) * Bump Wasmtime to 0.34.1 [automatically-tag-and-release-this-commit] * Update RELEASES for 0.34.1. Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com> Co-authored-by: Peter Huene <phuene@fastly.com>
Release Wasmtime 0.33.1 (bytecodealliance#3813) * Bump Wasmtime to 0.33.1 [automatically-tag-and-release-this-commit] * Update RELEASES for 0.33.1. * Try to fix CI for Rust 1.58 (bytecodealliance#3689) PATH lookup for WIndows command execution was tweaked slightly to not search the cwd, so let's see if this fixes things... Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com> Co-authored-by: Peter Huene <phuene@fastly.com> Co-authored-by: Alex Crichton <alex@alexcrichton.com>
Release Wasmtime 0.34.0 (bytecodealliance#3768) * Bump Wasmtime to 0.34.0 [automatically-tag-and-release-this-commit] * Add release notes for 0.34.0 * Update release date to today Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com> Co-authored-by: Alex Crichton <alex@alexcrichton.com>
Release Wasmtime 0.33.0 (bytecodealliance#3648) * Bump Wasmtime to 0.33.0 [automatically-tag-and-release-this-commit] * Update relnotes for 0.33.0 * Wordsmithing relnotes Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com> Co-authored-by: Alex Crichton <alex@alexcrichton.com>
Release Wasmtime 0.32.1 (bytecodealliance#3643) * Bump Wasmtime to 0.32.1 [automatically-tag-and-release-this-commit] * Update release date for 0.32.1. * Run the "push tag" CI on all release branches (bytecodealliance#3644) This updates our `push-tag.yml` workflow to check all commits to `release-*` branches in addition to the `main` branch for cmomits which should be tagged. Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com> Co-authored-by: Chris Fallin <chris@cfallin.org> Co-authored-by: Alex Crichton <alex@alexcrichton.com>
PreviousNext