napi-rs/crates/napi/src
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
..
bindgen_runtime feat(napi): pass the rest of async tests (#1792) 2023-11-07 01:46:43 +08:00
js_values fix(napi): asan caught memory safety issue 2023-11-04 15:26:07 +08:00
async_cleanup_hook.rs Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
async_work.rs fix(napi): promise resolve error (#1664) 2023-07-24 00:36:24 +08:00
call_context.rs refactor(napi): remove compatible Either struct 2021-11-25 17:53:41 +08:00
cleanup_env.rs Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
env.rs style(napi): as ptr => ptr::cast (#1786) 2023-11-06 11:22:30 +08:00
error.rs feat(napi,sys): sync to napi9 (#1781) 2023-11-06 11:00:27 +08:00
lib.rs fix(napi): noop feature 2023-04-11 11:44:10 +08:00
status.rs fix(napi): support custom status in Error (#1486) 2023-02-09 23:18:57 +08:00
task.rs feat(napi): implement AsyncTask with AbortSignal support 2021-11-06 13:51:54 +08:00
threadsafe_function.rs style: clippy fix (#1711) 2023-08-30 16:41:13 +08:00
tokio_runtime.rs feat(napi): pass the rest of async tests (#1792) 2023-11-07 01:46:43 +08:00
value_type.rs feat(napi): BigInt codegen support 2021-11-11 16:18:25 +08:00
version.rs fix(napi): correct the CString usage 2021-11-15 16:55:13 +08:00