automerge/automerge-wasm
2022-02-24 18:43:44 -05:00
..
src Merge branch 'experiment' into marks 2022-02-24 18:10:19 -05:00
test update to new autotransaction api 2022-02-24 18:43:44 -05:00
.gitignore attempt at new packaging 2022-02-22 12:11:49 -05:00
Cargo.toml attempt at new packaging 2022-02-22 12:11:49 -05:00
index.d.ts change MAP,LIST,TEXT to be {},[],'' - allow recursion 2022-02-24 17:41:33 -05:00
package.json update to new autotransaction api 2022-02-24 18:43:44 -05:00
README.md attempt at new packaging 2022-02-22 12:11:49 -05:00
tsconfig.json almost working ts 2022-01-31 16:48:03 -05:00

Automerge WASM Low Level Interface

This is a low level automerge library written in rust exporting a javascript API via WASM. This low level api is the underpinning to the automerge-js library that reimplements the Automerge API via these low level functions.