Finalize 0.35.0 release notes (#3891)

This commit is contained in:
Alex Crichton
2022-03-07 11:35:40 -06:00
committed by GitHub
parent 6e9da94e43
commit e4b9c81aa9

View File

@@ -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.