docs: add dev section

This commit is contained in:
Zixuan Chen 2023-11-15 10:12:04 +08:00
parent c4b9cb4b2b
commit 4a9c970ed9
No known key found for this signature in database

View file

@ -63,6 +63,26 @@ https://github.com/loro-dev/loro/assets/18425020/ec2d20a3-3d8c-4483-a601-b200243
- **Scalability**: Effortlessly scale your application horizontally thanks to the inherently distributed nature of CRDTs. - **Scalability**: Effortlessly scale your application horizontally thanks to the inherently distributed nature of CRDTs.
- **Delta Updates** - **Delta Updates**
# Development
### Environment
- Rust
- Deno
- `rustup target add wasm32-unknown-unknown`
- `cargo install wasm-bindgen-cli --version 0.2.86`
- `cargo install cargo-nextest --locked`
- `cargo install cargo-fuzz`
### Test
```bash
deno task test
# Build and test WASM
deno task test-wasm
```
# Credits # Credits
Loro draws inspiration from the innovative work of the following projects and individuals: Loro draws inspiration from the innovative work of the following projects and individuals: