Release Wasmtime 0.33.0 (#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>
This commit is contained in:
wasmtime-publish
2022-01-05 13:26:50 -06:00
committed by GitHub
parent 98f32968f5
commit 8043c1f919
42 changed files with 192 additions and 175 deletions

View File

@@ -2,6 +2,21 @@
--------------------------------------------------------------------------------
## 0.33.0
Released 2022-01-05.
### Added
* Compiled wasm modules may now optionally omit debugging information about
mapping addresses to source locations, resulting in smaller binaries.
[#3598](https://github.com/bytecodealliance/wasmtime/pull/3598)
* The WebAssembly SIMD proposal is now enabled by default.
[#3601](https://github.com/bytecodealliance/wasmtime/pull/3601)
--------------------------------------------------------------------------------
## 0.32.1
Released 2022-01-04.
@@ -21,6 +36,8 @@ Released 2022-01-04.
Does not affect Wasm frontend.
[#3610](https://github.com/bytecodealliance/wasmtime/pull/3610)
--------------------------------------------------------------------------------
## 0.32.0
Released 2021-12-13.