Wasm bindings of the Yrs CRDT
wasm-pack build
Then open the demo application:
cd www
npm i
npm start
wasm-pack test --headless --firefox
wasm-pack publish
- Manual garbage collection. I.e. doesn't track every character as a separate object.
- Uses wee_alloc as a minimal memory management library.
- Small bundle size.
- Switch to monorepo.
- Reimplement classes from Yrs to export information custom to the web.