summaryrefslogtreecommitdiff
path: root/tests/napi/src/lib.rs
AgeCommit message (Collapse)Author
2024-05-06fix(ext/node): napi_get_element and napi_set_element work with objects (#23713)Bartek IwaƄczuk
This change makes DuckDB example work: https://github.com/denoland/deno/issues/23656.
2024-02-12chore: move test_ffi and test_nap to tests/ [WIP] (#22394)Matt Mastracci
Moving some additional NAPI and. FFI tests out of the tree root.