5763210b07
The wasm codebase assumed that clients want to represent text as a string of characters. This is faster, but in order to enable backwards compatibility we add a `TextRepresentation` argument to `automerge_wasm::Automerge::new` to allow clients to choose between a `string` or `Array<any>` representation. The `automerge_wasm::Observer` will consult this setting to determine what kind of diffs to generate. |
||
---|---|---|
.. | ||
ported_wasm | ||
actor_id_tests.c | ||
CMakeLists.txt | ||
cmocka_utils.h | ||
doc_tests.c | ||
group_state.c | ||
group_state.h | ||
list_tests.c | ||
macro_utils.c | ||
macro_utils.h | ||
main.c | ||
map_tests.c | ||
stack_utils.c | ||
stack_utils.h | ||
str_utils.c | ||
str_utils.h |