Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 465 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 465 Bytes

JITFFI

A faster, JIT-based Foreign Function Interface (FFI) for Node.js.

Status

Supported Platform

  • Windows (x86_64)
  • MacOS (x86_64)
  • Linux (x86_64)

Planned Support Platform

  • Windows (ia32)
  • MacOS (aarch64)

TODO

  • Refactor struct implementation to improve performance
  • Support all planned platforms
  • Add benchmark data to compare with ffi-napi, sbffi, vanilla-js, pure-native.
  • More test cases covered