Alex Good
ba328992ff
bump @automerge/automerge-wasm and @automerge/automerge versions
2022-10-06 22:53:21 +01:00
Orion Henry
23a07699e2
typescript fixes
2022-10-06 22:42:33 +01:00
Alex Good
92145e6131
@automerge/automerge-wasm 0.1.8
2022-10-05 00:55:10 +01:00
Alex Good
74af537800
Rename automerge and automerge-wasm packages
...
In an attempt to make our package naming more understandable we move all
our packages to a single NPM scope. `automerge` ->
`@automerge/automerge` and `automerge-wasm` ->
@automerge/automerge-wasm`
2022-10-04 22:05:56 +01:00
Alex Good
da51492327
build both nodejs and bundler packages in yarn build
2022-10-04 17:23:37 +01:00
Alex Good
a9e23308ce
Remove async automerge-wasm wrapper
...
By moving to wasm-bindgens `bundler` target rather than using the `web`
target we remove the need for an async initialization step on the
automerge-wasm package. This means that the automerge-js package can now
depend directly on automerge-wasm and perform initialization itself,
thus making automerge-js a drop in replacement for the `automerge` JS
package (hopefully).
We bump the versions of automerge-wasm
2022-10-04 17:23:37 +01:00
Alex Good
9ac8827219
Remove storage-v2 feature flag
...
Signed-off-by: Alex Good <alex@memoryandthought.me>
2022-08-22 21:21:21 +01:00
Alex Good
fc94d43e53
Expose storage-v2 in automerge-wasm
...
Signed-off-by: Alex Good <alex@memoryandthought.me>
2022-08-22 21:16:47 +01:00
Orion Henry
1a955e1f0d
fix some typescript errors - depricate default export of the wasm package
2022-08-11 18:24:21 -05:00
Orion Henry
8ce10dab69
some api changes/tweaks - basic js package
2022-05-31 13:49:18 -04:00
Orion Henry
210c6d2045
move types to their own package
2022-05-27 10:23:51 -07:00
Orion Henry
07f5678a2b
linting in wasm
2022-05-22 13:54:59 -04:00
Orion Henry
d638a41a6c
record type
2022-05-22 13:53:11 -04:00
Orion Henry
1eec70f116
example webpack for js
2022-05-22 13:53:11 -04:00
Orion Henry
e41c5ae021
typescript bugfix
2022-04-20 22:05:05 -04:00
Orion Henry
439b9104d6
touch up readme and package files
2022-04-19 14:48:33 -04:00
Orion Henry
6d9ed5cde4
start at 0.0.1
2022-04-07 14:17:16 -04:00
Orion Henry
9fe8447d21
loadDoc -> load() and forkAt()
2022-04-07 01:19:27 -04:00
Orion Henry
d8c126d1bc
wip
2022-04-04 12:35:28 -04:00
Orion Henry
2fc0705907
change MAP,LIST,TEXT to be {},[],'' - allow recursion
2022-02-23 19:43:13 -05:00
rae
c655427f9a
Add support for web
2022-02-07 16:33:10 -08:00
Orion Henry
1aab66d160
fix version number
2022-02-06 19:57:25 -05:00
Orion Henry
17e6a9a955
fixed fixed
2022-01-31 17:24:46 -05:00
Orion Henry
1269a8951e
use types in pkg
2022-01-31 17:24:17 -05:00
Karissa McKelvey
831faa2589
uint datatypes & fix some more typescript errors
2022-01-31 12:48:49 -08:00
Orion Henry
4c84ccba06
half done - not working typescript
2022-01-31 15:23:46 -05:00
Orion Henry
9ff0c60ccb
add cra example code
2022-01-28 18:05:33 -05:00
Orion Henry
04c7e9184d
port over all the sync tests to the wasm api
2022-01-09 08:05:00 -08:00
Orion Henry
6932bdff08
package.json can run on windows now
2021-12-29 14:16:15 -05:00
Orion Henry
26ccaf63cc
readme and new tests
2021-12-15 19:07:39 -05:00
Orion Henry
89a2e4a0fa
remove old seq_scan code
2021-12-13 07:45:38 -05:00
Orion Henry
a87fc3c1d3
profiling and seq_tree
2021-11-29 17:27:47 -07:00
Orion Henry
7a159e293c
wasm-opt isnt supported on this platform
2021-11-28 10:09:26 -07:00
Orion Henry
32d3880006
simple test working
2021-09-03 16:51:36 -04:00
Orion Henry
8c93be2b62
init
2021-08-30 14:09:14 -04:00