Closed arv closed 3 years ago
This uses extern C to expose js functions to Rust.
extern C
I ended up exposing more functions than transaction to reduce the number of allocations and conversions needed between Rust and JS.
transaction
@aboodman I ended up cleaning this up a little. Now there is no more need to allocate strings during db transactions.
PTAL
This uses
extern C
to expose js functions to Rust.I ended up exposing more functions than
transaction
to reduce the number of allocations and conversions needed between Rust and JS.