From f20d4b08975e30f1e069c146e6fc69e496d08231 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Sun, 2 Feb 2025 01:51:10 -0500 Subject: [PATCH] docs: correct build steps for WASM files --- docs/src/6-contributing.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/6-contributing.md b/docs/src/6-contributing.md index d16bfb21..4584be4c 100644 --- a/docs/src/6-contributing.md +++ b/docs/src/6-contributing.md @@ -29,7 +29,9 @@ Optionally, build the WASM library. If you skip this step, then the `tree-sitter connection. If you have Emscripten installed, this will use your `emcc` compiler. Otherwise, it will use Docker or Podman: ```sh -cargo xtask build-wasm +cd lib/binding_web +npm install # or your JS package manager of choice +npm run build ``` Build the Rust libraries and the CLI: