mirror of
https://github.com/rzmk/czv.git
synced 2025-12-19 08:09:24 +00:00
build: change npm library from czv to czv-wasm
This commit is contained in:
parent
55aa4457b8
commit
bc05a9f46e
7 changed files with 20 additions and 10 deletions
|
|
@ -6,7 +6,7 @@ czv includes libraries for Rust, Python, and WebAssembly (JavaScript and TypeScr
|
|||
|
||||
- czv GitHub repository: <https://github.com/rzmk/czv>
|
||||
- Rust: [crates.io/crates/czv](https://crates.io/crates/czv) ([source code](https://github.com/rzmk/czv/tree/main/czv))
|
||||
- WebAssembly (JavaScript/TypeScript): [npmjs.com/package/czv](https://www.npmjs.com/package/czv) ([source code](https://github.com/rzmk/czv/tree/main/czv-wasm))
|
||||
- WebAssembly (JavaScript/TypeScript): [npmjs.com/package/czv-wasm](https://www.npmjs.com/package/czv-wasm) ([source code](https://github.com/rzmk/czv/tree/main/czv-wasm))
|
||||
- Python: [pypi.org/project/czv](https://pypi.org/project/czv/) ([source code](https://github.com/rzmk/czv/tree/main/czv-python))
|
||||
|
||||
## Installation and examples
|
||||
|
|
@ -38,7 +38,7 @@ strawberry,1.50
|
|||
### JavaScript/TypeScript (WebAssembly)
|
||||
|
||||
```bash
|
||||
bun install czv
|
||||
bun install czv-wasm
|
||||
```
|
||||
|
||||
Or use `npm`, `pnpm`, or `yarn` instead of `bun`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue