interface-types/wasmer-it/src
2023-02-14 17:48:09 +03:00
..
decoders feat!: pass a context object through the API to the wasm engine functions (#34) 2023-02-14 17:48:09 +03:00
encoders support u128 2021-04-23 10:13:11 +03:00
interpreter feat!: pass a context object through the API to the wasm engine functions (#34) 2023-02-14 17:48:09 +03:00
serde remove u128 (#11) 2021-04-23 18:04:08 +03:00
ast.rs feat!: pass a context object through the API to the wasm engine functions (#34) 2023-02-14 17:48:09 +03:00
errors.rs use u32 instead of usize for memory offsets/sizes to avoid i32->usize casts (#16) 2022-03-24 19:57:45 +03:00
lib.rs delete rustdoc::broken_intra_doc_links 2021-04-27 19:51:11 +03:00
macros.rs feat!: pass a context object through the API to the wasm engine functions (#34) 2023-02-14 17:48:09 +03:00
values.rs rename FlattenIValues Iterator to FlattenIRecordIterator 2020-12-29 12:41:02 +03:00