A fork of txiki.js with support for cross-compilation via Zig build.
This version also includes a module that implements Node's V8 serialization format, written in Zig, which is the fastest way to exchange data with Node.js. It can be imported as tjs:v8.
Caveats
- Network (libcurl) and FFI are disabled because I don't need them for my use case
- Building for macOS requires copyrighted header files for
CommonCryptoindeps/mimalloc/include. They have been excluded form this repo