From 78e37335f7c1b75223a5cc1d5b414fa5398d6ee6 Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Thu, 20 Jun 2024 20:20:56 +0900 Subject: [PATCH] quickjs repo HEAD should be match with downloaded wasmedge_quickjs.wasm Signed-off-by: hiroshi --- docs/develop/javascript/hello_world.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/develop/javascript/hello_world.md b/docs/develop/javascript/hello_world.md index 4ef6aade..52638ee1 100644 --- a/docs/develop/javascript/hello_world.md +++ b/docs/develop/javascript/hello_world.md @@ -20,6 +20,7 @@ Then download the pre-built WasmEdge QuickJS Runtime program, and optionally, AO ```bash curl -OL https://github.com/second-state/wasmedge-quickjs/releases/download/v0.5.0-alpha/wasmedge_quickjs.wasm wasmedge compile wasmedge_quickjs.wasm wasmedge_quickjs.wasm +git checkout v0.5.0-alpha ```