Mention custom WasiCtx in 0.35.0 release notes (#3918)

This is a follow-up to https://github.com/bytecodealliance/wasmtime/pull/3895,
which landed after the release notes were written.
This commit is contained in:
Jeff Parsons
2022-03-15 01:11:02 +11:00
committed by GitHub
parent acee06aa16
commit a68f44a924

View File

@@ -17,6 +17,14 @@ Released 2022-03-09.
Released 2022-03-07. Released 2022-03-07.
### Added
* The `wasmtime_wasi::add_to_linker` function now allows providing
a context object of a custom type instead of `wasmtime_wasi::WasiCtx`,
as long as that type implements the required WASI snapshot traits.
This allows, for example, wrapping `WasiCtx` into a struct and providing
custom implementations for those traits to override the default behaviour.
### Changed ### Changed
* WebAssembly tables of `funcref` values are now lazily initialized which can, * WebAssembly tables of `funcref` values are now lazily initialized which can,