Skip to content

v4.2.3

Latest

Choose a tag to compare

@sebi2k1 sebi2k1 released this 27 Jun 19:28

Fixed

  • Build failure on ARM64 ('le64toh' was not declared in this scope) caused by a missing #include <endian.h> in native/signals.cc. The header was satisfied transitively on x86 but not on ARM64. (#182)

CI

  • Native addon is now built and tested on ARM64 runners (ubuntu-24.04-arm) in addition to x86.