Skip to content

0.21.0

Latest

Choose a tag to compare

@ubolonton ubolonton released this 18 Mar 12:46
· 18 commits to master since this release
  • Added emacs-28 feature with Env::open_channel for pipe-based communication (Emacs 28+).
    • On Windows, this requires the module to be linked against the same C runtime as Emacs.
      • Keep in mind that Emacs officially supports MSVCRT, not the newer UCRT.
      • Caution: GNU toolchain uses gcc as the linker, so if mingw-w64-ucrt-x86_64-gcc is before mingw-w64-x86_64-gcc in $PATH, UCRT will be linked.