0.1.3 • Published 3 years ago

@gozala/automerge-backend-wasm v0.1.3

Weekly downloads
5
License
MIT
Repository
-
Last release
3 years ago

automerge-backend-wasm

This is a npm wrapper for the rust implementation of automerge-backend. It is currently experimental and in development against the Automerge performance branch.

building

Make sure you have the latest rust compiler installed (1.42.0 or later).

cargo install wasm-pack
yarn install

Then build the debug version with

yarn build

or the release build with

yarn release