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:
@@ -17,6 +17,14 @@ Released 2022-03-09.
|
||||
|
||||
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
|
||||
|
||||
* WebAssembly tables of `funcref` values are now lazily initialized which can,
|
||||
|
||||
Reference in New Issue
Block a user