Skip to content

Commit 979b369

Browse files
committed
Adjust WASM size target in README
1 parent 20a65e1 commit 979b369

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Until then, this repository should be treated as active development, not a publi
6666

6767
- Mobile apps that need to work offline
6868
- AI agents that need local memory (vectors + graph + documents)
69-
- Browser-based apps (WASM, ~4.5 MB)
69+
- Browser-based apps (WASM, target: < 10 MB)
7070
- Desktop applications with local-first data
7171
- IoT gateways with intermittent connectivity
7272

@@ -79,7 +79,7 @@ Until then, this repository should be treated as active development, not a publi
7979
| Windows | `nodedb-lite` | redb (file-backed) | Native |
8080
| Android | `nodedb-lite-ffi` | redb + C FFI + Kotlin/JNI | Native |
8181
| iOS | `nodedb-lite-ffi` | redb + C FFI (cbindgen) | Native |
82-
| Browser | `nodedb-lite-wasm` | redb (in-memory + OPFS) | ~4.5 MB |
82+
| Browser | `nodedb-lite-wasm` | redb (in-memory + OPFS) | Target: < 10 MB |
8383

8484
## Planned Packages
8585

@@ -161,7 +161,7 @@ Converged: Device and cloud share identical Loro state hash
161161
| Document get | < 0.1ms |
162162
| Cold start (10K vectors + 100K edges) | < 500ms |
163163
| Sync round-trip (single delta) | < 200ms |
164-
| WASM bundle | ~4.5 MB |
164+
| WASM bundle | < 10 MB |
165165
| Mobile memory | < 100 MB |
166166

167167
## Workspace

0 commit comments

Comments
 (0)