napi-rs/crates/napi/src
2024-04-29 19:26:15 +09:00
..
bindgen_runtime feat(napi): implement From/ToNapiValue for chrono::DateTime<Local> and chrono::DateTime<FixedOffset> (#1902) 2024-04-29 19:26:15 +09:00
js_values fix(napi): handle panic in async block (#2050) 2024-04-17 23:34:47 +08:00
async_cleanup_hook.rs
async_work.rs feat(napi): support Return generic of ThreadsafeFunction (#1997) 2024-03-20 21:37:08 +08:00
call_context.rs refactor(napi): remove compatible Either struct 2021-11-25 17:53:41 +08:00
cleanup_env.rs
env.rs fix(napi): napi_adjust_external_memory should be hidden with wasm target (#2031) 2024-04-10 14:57:04 +08:00
error.rs feat(napi): support Return generic of ThreadsafeFunction (#1997) 2024-03-20 21:37:08 +08:00
lib.rs style: clippy fix (#2012) 2024-03-23 19:35:58 +08:00
status.rs fix(napi): support custom status in Error (#1486) 2023-02-09 23:18:57 +08:00
task.rs feat(napi): support Return generic of ThreadsafeFunction (#1997) 2024-03-20 21:37:08 +08:00
threadsafe_function.rs fix(ThreadsafeFunction): ensure CalleeHandled works as expected (#2039) 2024-04-15 23:19:15 +08:00
tokio_runtime.rs fix(napi): handle panic in async block (#2050) 2024-04-17 23:34:47 +08:00
value_type.rs feat(napi): BigInt codegen support 2021-11-11 16:18:25 +08:00
version.rs style: clippy fix (#2012) 2024-03-23 19:35:58 +08:00