Finish release notes for 0.39.0 (#4379)

Just a few more final remaining items to add
This commit is contained in:
Alex Crichton
2022-07-05 10:26:31 -05:00
committed by GitHub
parent 7c428bbd62
commit 11858afc94

View File

@@ -47,6 +47,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`
@@ -58,6 +62,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