Skip to content

Commit 45eab0f

Browse files
authored
quickjs repo HEAD should be match with downloaded wasmedge_quickjs.wasm
1 parent a2dd6ee commit 45eab0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/develop/javascript/hello_world.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Then download the pre-built WasmEdge QuickJS Runtime program, and optionally, AO
2020
```bash
2121
curl -OL https://github.com/second-state/wasmedge-quickjs/releases/download/v0.5.0-alpha/wasmedge_quickjs.wasm
2222
wasmedge compile wasmedge_quickjs.wasm wasmedge_quickjs.wasm
23+
git checkout v0.5.0-alpha
2324
```
2425

2526
<!-- prettier-ignore -->

0 commit comments

Comments
 (0)