automerge/automerge-wasm
2022-03-29 16:06:08 -07:00
..
src Merge branch 'experiment' into marks 2022-03-23 09:35:20 -04:00
test attribute deletion test 2022-03-29 16:06:08 -07:00
.gitignore attempt at new packaging 2022-02-22 12:11:49 -05:00
attr_bug.js attr bug 2022-03-26 13:31:39 -04:00
Cargo.toml Merge branch 'experiment' into marks 2022-03-04 14:09:00 -05:00
index.d.ts Merge branch 'experiment' into marks 2022-03-23 09:35:20 -04:00
package.json 0.0.23 - getChangeByHash 2022-03-23 09:49:06 -04:00
README.md Merge branch 'experiment' into marks 2022-03-04 14:09:00 -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.