automerge/rust/automerge-c/test
Alex Good 5763210b07
wasm: Allow a choice of text representations
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.
2023-01-10 12:52:19 +00:00
..
ported_wasm wasm: Allow a choice of text representations 2023-01-10 12:52:19 +00:00
actor_id_tests.c Replaced the C string (*const libc::c_char) 2022-11-27 23:52:47 -08:00
CMakeLists.txt Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00
cmocka_utils.h Replaced the C string (*const libc::c_char) 2022-11-27 23:52:47 -08:00
doc_tests.c Text v2. JS Api now uses text by default (#462) 2022-12-09 23:48:07 +00:00
group_state.c Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00
group_state.h Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00
list_tests.c Text v2. JS Api now uses text by default (#462) 2022-12-09 23:48:07 +00:00
macro_utils.c Add AMobjObjType() (#454) 2022-11-07 23:10:53 +00:00
macro_utils.h Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00
main.c Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00
map_tests.c Use AMbyteSpan for AM{list,map}PutBytes (#464) 2022-12-09 16:11:23 +00:00
stack_utils.c Replaced the C string (*const libc::c_char) 2022-11-27 23:52:47 -08:00
stack_utils.h Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00
str_utils.c Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00
str_utils.h Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00