mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
* feat(napi): impl ReadableStream and AsyncGenerator * clippy fix * Into<Vec<u8>> trait * Skip node18 stream test due to Node.js bug * Cleanup * Also skip wasi test * Merge test * Skip wasi * Useless expect-error
napi-derive-backend
Take care the ast parsing from napi-derive and generate "bridge" runtime code for both nodejs and rust.