organic/src
Tom Alexander 8406d37991
rust-build Build rust-build has failed Details
clippy Build clippy has failed Details
rustfmt Build rustfmt has succeeded Details
rust-foreign-document-test Build rust-foreign-document-test has succeeded Details
rust-test Build rust-test has succeeded Details
Switch to using JSON for wasm.
serde_wasm_bindgen was silently dropping many attributes (I suspect it is triggered by serde flatten) so this switches to serializing to JSON for passing values from wasm to js.
2024-01-27 16:13:17 -05:00
..
compare Remove wasm_test's dependency on compare module. 2023-12-31 11:11:25 -05:00
context Remove Debug from the context variables. 2023-10-18 18:36:25 -04:00
error Remove owned String from CustomError. 2023-10-21 14:29:37 -04:00
event_count Hide the event_count module. 2024-01-03 21:17:44 -05:00
iter Make creating AllAstNodeIter explicit. 2023-10-23 18:25:59 -04:00
parse_cli Hide the event_count module. 2024-01-03 21:17:44 -05:00
parser Fix clippy. 2023-12-15 19:57:35 -05:00
types Implement timestamp. 2023-12-29 20:55:01 -05:00
util Hide the wasm module. 2024-01-03 23:38:04 -05:00
wasm Hide the wasm module. 2024-01-03 23:38:04 -05:00
wasm_cli Switch to using JSON for wasm. 2024-01-27 16:13:17 -05:00
wasm_test Remove wasm_test's dependency on compare module. 2023-12-31 11:11:25 -05:00
bin_compare.rs Fix imports for wasm_test. 2023-12-27 08:37:34 -05:00
bin_foreign_document_test.rs Add a literate tutorial for building emacs to the foreign documents test. 2023-10-31 16:33:11 -04:00
bin_wasm.rs Hide the wasm module. 2024-01-03 23:38:04 -05:00
bin_wasm_test.rs Add a script to run the wasm test inside docker. 2023-12-27 16:32:06 -05:00
init_tracing.rs Apply more suggestions. 2023-10-16 19:12:25 -04:00
lib.rs Hide the wasm module. 2024-01-03 23:38:04 -05:00
main.rs Hide the event_count module. 2024-01-03 21:17:44 -05:00