| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| napi-v3.8.0 source code.tar.gz | 2025-12-30 | 1.7 MB | |
| napi-v3.8.0 source code.zip | 2025-12-30 | 1.9 MB | |
| README.md | 2025-12-30 | 892 Bytes | |
| Totals: 3 Items | 3.6 MB | 0 | |
Added
- (napi) support any object types in Stream(#2854)
- (napi-derive) add #[napi(async_iterator)] macro attribute (#3072)
Fixed
- (napi) validate status before copying data in env arraybuffer fallback (#3077)
- (napi) validate status before copying in remaining TypedArray fallback paths (#3076)
- (napi) validate status before copying in TypedArray owned ToNapiValue fallback (#3080)
- (napi) validate status before copying in ArrayBuffer ToNapiValue fallback (#3079)
- (napi) skip debug buffer tracking on wasm targets (#3078)