docs: correct build steps for WASM files
This commit is contained in:
parent
05d443a019
commit
f20d4b0897
1 changed files with 3 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue