Vedant Roy
e607d2e22b
add js interop testing ( #91 )
...
* add js interop testing
* checkout specific commit + fix bug in if stmt
* implement suggestions
* add to travis
* friendly error message + fix inverted if
* more intuitive order
2021-04-07 16:54:51 +01:00
Orion Henry
37f8778a81
reorg file for new package
2021-02-18 16:41:20 -05:00
Orion Henry
ef38e6d7da
getting some WASM errors trying to access crypto in the browser - switching to SmallRng with a 0 seed for now - deterministic distribution of nodes in the skip list should be fine
2021-02-12 11:49:06 -05:00
Orion Henry
f8b6228488
remove js wrapper code and move all module wrapper logic into rust
2021-02-04 16:23:15 -05:00
Orion Henry
f3049202a7
update api to localChange
2020-12-30 15:27:07 -05:00
Orion Henry
26a5d05fe2
copy2 changes
2020-11-09 09:48:45 -05:00
Orion Henry
fb170531d1
Merge branch 'performance'
2020-05-13 12:17:18 -04:00
Orion Henry
50ec30bdba
added skip list - not used yet
2020-04-13 20:21:50 -07:00
Orion Henry
94a50fe68a
webpack sync inline stuff
2020-04-08 15:33:16 -07:00
Orion Henry
f37f65dd08
tools for making an asmjs version
2020-04-05 10:22:45 -07:00
Martin Kleppmann
2d7190394d
Let the test suite specify the encode/decode functions
...
Avoids the code in this repo loading its own version of Automerge, which
may be incompatible with the version run by the test suite (while the
binary data format is in flux)
2020-04-02 21:38:44 +01:00
Martin Kleppmann
88c96cfc8d
Allow building without rimraf dependency
2020-04-02 21:19:12 +01:00
Orion Henry
86844cd43a
move files back to old names
2020-04-02 13:12:23 -07:00
Orion Henry
06b234c889
prep for npm package
2020-04-02 12:37:52 -07:00
Orion Henry
4911b5df53
update yarn deps
2020-04-02 09:44:49 -07:00
Orion Henry
95cb760f79
added clock to patch, some packaging cleanup
2020-04-02 09:39:41 -07:00
Orion Henry
3642e990e3
some simple optimizations
2020-03-31 15:54:41 -07:00
Orion Henry
923b767d0a
columner encoding
2020-03-27 08:15:57 -07:00
Orion Henry
2e80b5b3a2
wip
2020-03-23 11:20:10 -07:00
Orion Henry
cfd6018b90
use js wrapper
2020-03-04 10:06:49 -05:00
Orion Henry
db9498c91c
thorw error on duplicate change
2020-02-27 14:23:22 -05:00
Orion Henry
d79ee1a06c
applyLocalChange() v1
2020-02-27 13:41:08 -05:00
Orion Henry
0c2152ba57
migrated back to jsvalue::serde - fixed conflicts:[]
2020-02-26 12:29:34 -05:00
Orion Henry
ae7884ecdd
hand copy some tests from automerge - lets make them pass
2020-02-19 13:28:24 -07:00
Orion Henry
0b760fb21f
simple cleanup
2020-02-19 12:52:13 -07:00
Orion Henry
f07c0bfe6d
importing first pass at wasm-bindgen interface
2020-02-13 11:34:30 -05:00