We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a745e6a commit 25e62dbCopy full SHA for 25e62db
docs/src/dev-docs/building-zstd-wasm.md
@@ -25,7 +25,7 @@ task zstd-wasm
25
```
26
27
The task first runs `:deps:download-zstd` to fetch the latest Zstandard source code, then executes
28
-`:generate-zstd-single-file-lib` to produce the single-file library. Finally, it builds the CMake
+`:deps:install-zstd-single-file` to produce the single-file library. Finally, it builds the CMake
29
project, which uses Emscripten to expose the bindings to JavaScript.
30
31
To clean the build:
0 commit comments