Skip to content

Commit

Permalink
Mention custom WasiCtx in 0.35.0 release notes (#3918)
Browse files Browse the repository at this point in the history
This is a follow-up to #3895,
which landed after the release notes were written.
  • Loading branch information
jeffparsons authored Mar 14, 2022
1 parent acee06a commit a68f44a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a68f44a

Please sign in to comment.