Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
0b538ea
bump hyperlight dependencies
jprendes Jun 9, 2025
c5483d7
fix lock file
jprendes Jun 9, 2025
f954bdd
bump to edition 2024
jprendes Jun 9, 2025
03c9d05
add hyperlight-guest-bin dependency
jprendes Jun 10, 2025
c6a1fe1
update README
jprendes Jun 10, 2025
327fcb8
fix crate rename
jprendes Jun 10, 2025
a282b68
fix emit::run_state change of signature
jprendes Jun 10, 2025
21dd03b
fix more crate rename
jprendes Jun 10, 2025
213827a
temp implementation of missing functionalities
jprendes Jun 10, 2025
235d6d5
fix format
jprendes Jun 10, 2025
660f9d8
fix more API changes
jprendes Jun 11, 2025
435e4ba
fix more format
jprendes Jun 11, 2025
ae4bc33
improve wasi-sdk dockerfile compatibility
jprendes Jun 11, 2025
7ed8604
fix typos
jprendes Jun 11, 2025
20f17ea
fix comment
jprendes Jun 11, 2025
bf094ab
remove inprocess testing
jprendes Jun 11, 2025
e718f2c
fix clippy
jprendes Jun 11, 2025
9f9b10b
bump lock files
jprendes Jun 11, 2025
0c72d8d
expose the interrup handler
jprendes Jun 12, 2025
8fd4e02
account for call_host_function reading the return value
jprendes Jun 12, 2025
55a1672
use OS_PAGE_SIZE from upstream
jprendes Jun 12, 2025
258de0e
cleanup README.md
jprendes Jun 12, 2025
e0b855b
use upstream get_host_function_details
jprendes Jun 12, 2025
b788ded
Use hyperlight core from latest main branch
jprendes Jun 12, 2025
5aaafbe
make clippy happy
jprendes Jun 12, 2025
eee779c
make clippy happy in windows
jprendes Jun 12, 2025
4bbfb56
bump rust toolchain in CI
jprendes Jun 13, 2025
998bf6d
fix Cargo.lock
jprendes Jun 13, 2025
708db1c
more clippy on windows
jprendes Jun 13, 2025
f6e1671
move back to ci workflow 1.4.0
jprendes Jun 13, 2025
421567c
fix components feature
jprendes Jun 13, 2025
cfa1c76
bring back and update Registerable trait impl
jprendes Jun 13, 2025
a89dc2d
make clippy happy with components
jprendes Jun 13, 2025
19189e2
rename HYPERLIGHT_WASM_WORLD -> WIT_WORLD
jprendes Jun 13, 2025
67fd60c
Use latest git commit got hyperlight d dependency
jprendes Jun 13, 2025
158db4f
bump hyperlight core to 0.6.1
jprendes Jun 17, 2025
bd1bc08
fix edge-actions demo
jprendes Jun 17, 2025
35c0484
fix outdated comment
jprendes Jun 17, 2025
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
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN wget https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WA
&& mv /wasi-sdk-${WASI_SDK_VERSION_FULL} /opt/wasi-sdk

USER $USER
ARG RUST_TOOLCHAIN=1.82.0
ARG RUST_TOOLCHAIN=1.85.0

# Install rust and component tools
RUN rustup default ${RUST_TOOLCHAIN} \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:

- uses: hyperlight-dev/[email protected]
with:
rust-toolchain: "1.82.0"
rust-toolchain: "1.85.0"

- name: Build Wasm Runtime Binary
working-directory: ./src/hyperlight_wasm
run: just build-wasm-runtime ${{ matrix.config }}

- uses: dtolnay/rust-toolchain@1.82.0
- uses: dtolnay/rust-toolchain@1.85.0
with:
components: clippy, rustfmt

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CargoAudit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# We are not using the common workflow here because it installs a lot of tools we don't need
- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.82.0"
toolchain: "1.85.0"

- uses: extractions/setup-just@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CreateDevcontainerImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
USER: vscode
GROUP: vscode
LLVM_VERSION: 17
RUST_TOOLCHAIN_DEFAULT: 1.82.0
RUST_TOOLCHAIN_DEFAULT: 1.85.0
RUST_TOOLCHAIN_FILE: rust-toolchain.toml
WASI_SDK_VERSION_FULL: "20.0"
GCC_VERSION: "12"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CreateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Hyperlight setup
uses: hyperlight-dev/[email protected]
with:
rust-toolchain: "1.82.0"
rust-toolchain: "1.85.0"
- name: Install minver_rs
run: |
cargo install minver_rs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dep_build_wasm_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Hyperlight setup workflow
uses: hyperlight-dev/[email protected]
with:
rust-toolchain: "1.82.0"
rust-toolchain: "1.85.0"
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dep_cargo_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Hyperlight setup
uses: hyperlight-dev/[email protected]
with:
rust-toolchain: "1.82.0"
rust-toolchain: "1.85.0"

- name: Download Wasm Host (debug)
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dep_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Hyperlight setup
uses: hyperlight-dev/[email protected]
with:
rust-toolchain: "1.82.0"
rust-toolchain: "1.85.0"

- name: Add Nightly Rust
run: |
Expand Down
Loading
Loading