napi-rs/crates/napi/src
2023-04-10 17:02:13 +08:00
..
bindgen_runtime fix: prevent crashing when napi_register_module_v1 is called twice (#1554) 2023-04-08 23:08:48 +08:00
js_values fix(napi): access violation in property getter/setter closure (#1552) 2023-04-03 11:12:07 +08:00
async_cleanup_hook.rs
async_work.rs feat: export registers in wasm32 target (#1529) 2023-03-20 18:42:27 +08:00
call_context.rs
cleanup_env.rs
env.rs fix(napi): access violation in property getter/setter closure (#1552) 2023-04-03 11:12:07 +08:00
error.rs fix(napi): re-throw error in ThreadsafeFunction callback if we could 2023-04-10 17:02:13 +08:00
lib.rs chore(napi): reduce Mutex usage while loading addon 2022-12-16 13:41:16 +08:00
status.rs fix(napi): support custom status in Error (#1486) 2023-02-09 23:18:57 +08:00
task.rs
threadsafe_function.rs fix(napi): re-throw error in ThreadsafeFunction callback if we could 2023-04-10 17:02:13 +08:00
tokio_runtime.rs fix: prevent crashing when napi_register_module_v1 is called twice (#1554) 2023-04-08 23:08:48 +08:00
value_type.rs
version.rs