napi-rs/crates/napi/src/bindgen_runtime
LongYinan 36581336c6
feat(napi): pass the rest of async tests (#1792)
Pass the rest of async tests, including await the JavaScript Promise in the Rust side, and the worker_threads tests.
2023-11-07 01:46:43 +08:00
..
js_values feat(napi): pass the rest of async tests (#1792) 2023-11-07 01:46:43 +08:00
callback_info.rs feat(napi): support async class factory (#1779) 2023-11-06 10:58:23 +08:00
env.rs fix(napi): drop all thread_local! usage 2022-05-10 18:39:36 +08:00
error.rs feat(napi): experimental iterator support 2022-05-06 18:03:04 +08:00
iterator.rs style: clippy fix (#1711) 2023-08-30 16:41:13 +08:00
js_values.rs chore(napi): adds support for Rc<T> / Arc<T> / Mutex<T> (#1573) 2023-04-25 11:14:06 +08:00
mod.rs feat: integrate with emnapi (#1669) 2023-11-02 12:57:11 +08:00
module_register.rs fix(napi): add tokio cleanup hook for more platforms (#1790) 2023-11-06 13:59:54 +08:00