Skip to content

chore: bump hyperlight-* dependencies to 0.16.0#517

Open
yordis wants to merge 3 commits into
hyperlight-dev:mainfrom
yordis:yordis/chore-bump-host-0.16
Open

chore: bump hyperlight-* dependencies to 0.16.0#517
yordis wants to merge 3 commits into
hyperlight-dev:mainfrom
yordis:yordis/chore-bump-host-0.16

Conversation

@yordis

@yordis yordis commented Jun 27, 2026

Copy link
Copy Markdown

yordis added 3 commits June 27, 2026 16:07
hyperlight-host 0.16.0 publishes the OCI-format snapshot save/load API
(PR #1465) that downstream integrators need for cross-host snapshot
persistence. Tracking that release here so the wasm wrapper exposes the
new Snapshot surface unchanged.

Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
hyperlight-host 0.16.0 dropped the third `Option` argument on
`MultiUseSandbox::map_file_cow`. Without this fix the bump to
host 0.16 fails to compile with E0061 unexpected argument.

Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
These types are needed to call `Snapshot::save` / `Snapshot::load` from
downstream crates that consume `hyperlight-wasm` directly. Without the
re-export they sit in `hyperlight_host::sandbox::snapshot`, a private
module path that downstream cannot reach without taking a direct
dependency on `hyperlight-host` (which defeats the purpose of the
wasm wrapper crate).

Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant