Skip to content

Commit 0f923e1

Browse files
jsturtevantmarosset
authored andcommitted
Use released version of hl-wasm
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
1 parent 861ab29 commit 0f923e1

File tree

5 files changed

+508
-473
lines changed

5 files changed

+508
-473
lines changed

Justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ compile-wit:
2424

2525
build-example: compile-wit
2626
cd example && \
27-
HYPERLIGHT_WASM_WORLD={{ justfile_directory() }}/example/calculator-composed-world.wasm \
27+
WIT_WORLD={{ justfile_directory() }}/example/calculator-composed-world.wasm \
2828
cargo build
2929

3030
run-example: compile-wit
3131
cd example && \
32-
HYPERLIGHT_WASM_WORLD={{ justfile_directory() }}/example/calculator-composed-world.wasm \
32+
WIT_WORLD={{ justfile_directory() }}/example/calculator-composed-world.wasm \
3333
cargo run

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To build and run this example, you need the following tools installed on your sy
2121
- [wac](https://github.com/bytecodealliance/wac?tab=readme-ov-file#installation)
2222
- [cargo component](https://github.com/bytecodealliance/cargo-component?tab=readme-ov-file#installation)
2323
- hyperlight-wasm-aot
24-
- cargo install --git https://github.com/hyperlight-dev/hyperlight-wasm hyperlight-wasm-aot
24+
- cargo install hyperlight-wasm-aot
2525
- [Just](https://github.com/casey/just?tab=readme-ov-file#installation)
2626

2727
## Running the example

0 commit comments

Comments
 (0)