Skip to content

Commit 258ed7e

Browse files
committed
use late hyperlight crates
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 04c11a4 commit 258ed7e

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name = "hyperlight-wasm-http-example"
33
edition = "2024"
44

55
[dependencies]
6-
hyperlight-component-macro = { git="https://github.com/jprendes/hyperlight.git", rev="3d459364116e2e3c5b7c37598625fdf0fb540217" }
7-
hyperlight-common = { git="https://github.com/jprendes/hyperlight.git", rev="3d459364116e2e3c5b7c37598625fdf0fb540217" }
8-
hyperlight-host = { git="https://github.com/jprendes/hyperlight.git", rev="3d459364116e2e3c5b7c37598625fdf0fb540217", default-features = false, features = [ "kvm", "mshv2" ] }
9-
hyperlight-wasm = { git="https://github.com/jprendes/hyperlight-wasm.git", rev="134d8fc355ef842ace918777a758349342241c9d" }
6+
hyperlight-component-macro = { git="https://github.com/hyperlight-dev/hyperlight.git", rev="b7e0481ad1086481da3e7795b4733a7683ba80c8" }
7+
hyperlight-common = { git="https://github.com/hyperlight-dev/hyperlight.git", rev="b7e0481ad1086481da3e7795b4733a7683ba80c8" }
8+
hyperlight-host = { git="https://github.com/hyperlight-dev/hyperlight.git", rev="b7e0481ad1086481da3e7795b4733a7683ba80c8", default-features = false, features = [ "kvm", "mshv2" ] }
9+
hyperlight-wasm = { git="https://github.com/jprendes/hyperlight-wasm.git", rev="6fde4c5cc5505051a9a76c05c40c5a214b543860" }
1010

1111
hyper = "1.7"
1212
reqwest = { version = "0.12", features = ["stream", "gzip", "brotli", "deflate", "rustls-tls", "blocking"] }

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you want to follow the manual build instructions, you will also need:
1616

1717
4. [`wasm-tools`](https://github.com/bytecodealliance/wasm-tools)
1818
5. [`cargo-component`](https://github.com/bytecodealliance/cargo-component)
19-
6. [`hyperlight-wasm-aot`](https://github.com/hyperlight-dev/hyperlight-wasm) from [this commit](https://github.com/jprendes/hyperlight-wasm/tree/134d8fc35)
19+
6. [`hyperlight-wasm-aot`](https://github.com/hyperlight-dev/hyperlight-wasm) from [this commit](https://github.com/jprendes/hyperlight-wasm/tree/6fde4c5cc5505051a9a76c05c40c5a214b543860)
2020

2121
## Simple setup
2222

@@ -72,7 +72,7 @@ AOT compile it:
7272
```sh
7373
cargo install hyperlight-wasm-aot \
7474
--git https://github.com/jprendes/hyperlight-wasm.git \
75-
--rev 134d8fc35
75+
--rev 6fde4c5cc
7676
hyperlight-wasm-aot compile --component \
7777
target/wasm32-wasip1/release/sample_wasi_http_rust.wasm \
7878
target/wasm32-wasip1/release/sample_wasi_http_rust.bin

0 commit comments

Comments
 (0)