Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Prerelease] - Unreleased

## [v0.14.0] - 2026-04

### Changed

- **BREAKING CHANGE:** Removed `SandboxBuilder::with_function_definition_size`. Host function definitions are now pushed to the guest at runtime load time instead of using a separate memory region. (#388)

### Added
- Added support for selecting a specific world from WIT files with multiple worlds using the `WIT_WORLD_NAME` environment variable (#202)
- Added `WasmSandbox::load_from_snapshot()` to create a loaded sandbox by restoring a snapshot taken from a `LoadedWasmSandbox`. (#437)
- Implemented Wasmtime memory image APIs by copying VA mappings and converting writable pages to CoW mappings. (#437)

Comment thread
jsturtevant marked this conversation as resolved.
## [v0.12.0] - 2025-12

Expand Down
Loading
Loading