We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2dd6ee commit 78e3733Copy full SHA for 78e3733
docs/develop/javascript/hello_world.md
@@ -20,6 +20,7 @@ Then download the pre-built WasmEdge QuickJS Runtime program, and optionally, AO
20
```bash
21
curl -OL https://github.com/second-state/wasmedge-quickjs/releases/download/v0.5.0-alpha/wasmedge_quickjs.wasm
22
wasmedge compile wasmedge_quickjs.wasm wasmedge_quickjs.wasm
23
+git checkout v0.5.0-alpha
24
```
25
26
<!-- prettier-ignore -->
0 commit comments