Skip to content

Commit ac04b52

Browse files
authored
Updates release 0.14.0 of HL-wasm (#445)
* Updates release 0.14.0 of HL-wasm Signed-off-by: James Sturtevant <jsturtevant@gmail.com> * Address feedback Signed-off-by: James Sturtevant <jsturtevant@gmail.com> --------- Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
1 parent 7b7667b commit ac04b52

File tree

6 files changed

+326
-2975
lines changed

6 files changed

+326
-2975
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
55

66
## [Prerelease] - Unreleased
77

8+
## [v0.14.0] - 2026-04
9+
810
### Changed
911

1012
- **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)
1113

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

1519
## [v0.12.0] - 2025-12
1620

0 commit comments

Comments
 (0)