From 02b476b4c701fe7103838c1a59fb6c6e735a37c9 Mon Sep 17 00:00:00 2001 From: Allain Magyar Date: Mon, 1 Dec 2025 10:30:48 -0300 Subject: [PATCH] chore: update wasm-pack link Signed-off-by: Allain Magyar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27adcf4da..b1c9f43cd 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ This repository also includes a browser and a Node.js demo application #### Build demo dependencies The demos assume building this repo from source, so you will need the following: * Bash -* Rust ([cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)) and [wasm-pack](https://rustwasm.github.io/wasm-pack/installer/) installed. +* Rust ([cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)) and [wasm-pack](https://drager.github.io/wasm-pack/) installed. * Node JS Version (20/LTS Recommended) Clone and build: