Skip to content

Commit

Permalink
Finish release notes for 0.39.0 (#4379) (#4381)
Browse files Browse the repository at this point in the history
Just a few more final remaining items to add
  • Loading branch information
alexcrichton authored Jul 5, 2022
1 parent a2197eb commit 6e3650c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ Unreleased.
It's recommended to only used the set of named `[features]` for Wasmtime.
[#4293](https://github.com/bytecodealliance/wasmtime/pull/4293)

* Register allocation has fixed a few issues related to excessive memory usage
at compile time.
[#4324](https://github.com/bytecodealliance/wasmtime/pull/4324)

### Fixed

* A refactor of `Config` was made to fix an issue that the order of calls to `Config`
Expand All @@ -48,6 +52,10 @@ Unreleased.
`simd` feature is disabled in `Config`.
[#4231](https://github.com/bytecodealliance/wasmtime/pull/4231)

* Generation of platform-specific unwinding information is disabled if
`wasm_backtrace` and `wasm_reference_types` are both disabled.
[#4351](https://github.com/bytecodealliance/wasmtime/pull/4351)

--------------------------------------------------------------------------------

## 0.38.1
Expand Down

0 comments on commit 6e3650c

Please sign in to comment.