napi-rs/crates/napi/src
翠 / green 71a528535a
fix(napi): create_bigint_from_*128 returned incorrect word_count (#2024)
The value of `word_count` was inconsistent between the node side and rust side when calling `create_bigint_from_i128`/`create_bigint_from_u128`.
2024-04-08 10:43:23 +09:00
..
bindgen_runtime feat(napi-sys): support load Node-API symbols dynamically (#2014) 2024-03-27 14:35:16 +08:00
js_values Release independent packages 2024-03-20 22:46:59 +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 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 Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
env.rs fix(napi): create_bigint_from_*128 returned incorrect word_count (#2024) 2024-04-08 10:43:23 +09: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 style: clippy fix (#2012) 2024-03-23 19:35:58 +08:00
tokio_runtime.rs fix(napi): future in block_on do not need to be send 2024-01-24 17:20:31 +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