From bc8935cd10dbebeb0c99af8c91eb939f285c5505 Mon Sep 17 00:00:00 2001 From: Jefffrey Date: Mon, 22 Sep 2025 09:47:21 +0900 Subject: [PATCH] chore: fix wasm-pack installation link in wasmtest README --- datafusion/wasmtest/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion/wasmtest/README.md b/datafusion/wasmtest/README.md index 70f4daef9103..a6437b4cb1ec 100644 --- a/datafusion/wasmtest/README.md +++ b/datafusion/wasmtest/README.md @@ -32,7 +32,7 @@ Some of DataFusion's downstream projects compile to WASM to run in the browser. ## Setup -First, [install wasm-pack](https://rustwasm.github.io/wasm-pack/installer/) +First, [install wasm-pack](https://drager.github.io/wasm-pack/installer/) Then use wasm-pack to compile the crate from within this directory