Finalize 0.35.0 release notes (#3891)
This commit is contained in:
12
RELEASES.md
12
RELEASES.md
@@ -4,7 +4,7 @@
|
||||
|
||||
## 0.35.0
|
||||
|
||||
Unreleased.
|
||||
Released 2022-03-07.
|
||||
|
||||
### Changed
|
||||
|
||||
@@ -44,6 +44,16 @@ Unreleased.
|
||||
on Windows.
|
||||
[#3861](https://github.com/bytecodealliance/wasmtime/pull/3861)
|
||||
|
||||
* The `wasi-common` crate now supports doing polls for both read and write
|
||||
interest on a file descriptor at the same time.
|
||||
[#3866](https://github.com/bytecodealliance/wasmtime/pull/3866)
|
||||
|
||||
### Fixed
|
||||
|
||||
* The `Store::call_hook` callback is now invoked when entering host functions
|
||||
defined with `*_unchecked` variants.
|
||||
[#3881](https://github.com/bytecodealliance/wasmtime/pull/3881)
|
||||
|
||||
### Removed
|
||||
|
||||
* The incomplete and unmaintained ARM32 backend has been removed from Cranelift.
|
||||
|
||||
Reference in New Issue
Block a user