summaryrefslogtreecommitdiff
path: root/cli/napi/async.rs
AgeCommit message (Expand)Author
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-14chore(node-api): reuse SendPtr (#21567)Divy Srivastava
2023-12-11perf(ext/napi): port NAPI to v8 tasks (#21406)Matt Mastracci
2023-05-24fix(napi): add napi_async_init and napi_async_destroy (#19234)Bartek Iwańczuk
2023-05-18refactor(napi): simplify types (#19179)Bartek Iwańczuk
2023-05-03perf: use jemalloc as global allocator (#18957)Bartek Iwańczuk
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-10-05feat(npm): implement Node API (#13633)Divy Srivastava