Update RELEASES.md to mention the change to Engine::new.
This commit is contained in:
@@ -32,6 +32,11 @@ Not yet released
|
|||||||
well as more flexible in how it can be used.
|
well as more flexible in how it can be used.
|
||||||
[#2719](https://github.com/bytecodealliance/wasmtime/pull/2719)
|
[#2719](https://github.com/bytecodealliance/wasmtime/pull/2719)
|
||||||
|
|
||||||
|
* `Engine::new` has been changed from returning `Engine` to returning
|
||||||
|
`anyhow::Result<Engine>`. Callers of `Engine::new` will need to be updated to
|
||||||
|
use the `?` operator on the return value or otherwise unwrap the result to get
|
||||||
|
the `Engine`.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Interepretation of timestamps in `poll_oneoff` for WASI have been fixed to
|
* Interepretation of timestamps in `poll_oneoff` for WASI have been fixed to
|
||||||
|
|||||||
Reference in New Issue
Block a user