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 Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
napi6 feat(napi): BigInt codegen support 2021-11-11 16:18:25 +08:00
napi7 Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
napi8 Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
tokio_rt Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
array.rs feat(napi): support JsGlobal in Env 2021-11-15 22:41:01 +08:00
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 Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
either.rs Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
env.rs fix(napi): missing coerce_to_bool on JsValue 2021-11-21 23:10:29 +08:00
error.rs Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
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 Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
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 Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
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 Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
symbol.rs Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
task.rs feat(napi): make Error::from_reason() generic 2022-05-01 17:00:24 +02:00