mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 21:07:43 +00:00
docs: add dev section
This commit is contained in:
parent
c4b9cb4b2b
commit
4a9c970ed9
1 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue