automerge/automerge-js/test
Alex Good 748dc954be
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 and automerge-types.
2022-09-26 17:40:22 -05:00
..
legacy clean up lint, simplify package, hand write an index.d.ts 2022-05-23 19:04:31 +02:00
basic_test.ts Remove async automerge-wasm wrapper 2022-09-26 17:40:22 -05:00
columnar_test.ts Remove async automerge-wasm wrapper 2022-09-26 17:40:22 -05:00
helpers.ts clean up lint, simplify package, hand write an index.d.ts 2022-05-23 19:04:31 +02:00
legacy_tests.ts Remove async automerge-wasm wrapper 2022-09-26 17:40:22 -05:00
sync_test.ts Remove async automerge-wasm wrapper 2022-09-26 17:40:22 -05:00
text_test.ts Remove async automerge-wasm wrapper 2022-09-26 17:40:22 -05:00
uuid_test.ts Remove async automerge-wasm wrapper 2022-09-26 17:40:22 -05:00