napi-rs/examples/napi-compat-mode/src
Janrupf ac3626a023
fix(napi): Fix buffer corruption and soundness issues (#1923)
* fix(napi): Fix buffer corruption and soundness issues

* test: fix tests to conform to buffer API
2024-01-29 18:32:28 +08:00
..
napi4 feat(napi): refactor ThreadsafeFunction to allow get return value of it (#1427) 2023-01-11 18:54:45 +08:00
napi5
napi6
napi7
napi8
tokio_rt
array.rs
arraybuffer.rs fix(napi): typed arrays ref shouldn't use offset. (#1376) 2022-11-30 20:54:13 +08:00
buffer.rs fix(napi): Fix buffer corruption and soundness issues (#1923) 2024-01-29 18:32:28 +08:00
class.rs style: clippy fix (#1711) 2023-08-30 16:41:13 +08:00
cleanup_env.rs
either.rs
env.rs
error.rs
external.rs Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
function.rs feat(napi): property getter and setter with closure (#1526) 2023-03-21 11:22:07 +08:00
global.rs
lib.rs fix(napi): also apply electron external data fallback to lowlevel APIs (#1458) 2023-01-28 21:31:57 +08:00
napi_version.rs
object.rs style: clippy fix 2022-12-16 20:19:39 +08:00
serde.rs Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
string.rs
symbol.rs
task.rs feat(napi): make Error::from_reason() generic 2022-05-01 17:00:24 +02:00