- Added Node API support with require/process.dlopen and new import.meta helpers (resolveSync, require) plus polyfills for dirname, filename, and Buffer.byteLength
- Introduced synchronous zlib functions (gzipSync, gunzipSync, inflateSync, deflateSync) with up to 3× speed on macOS aarch64
- Fixed bugs related to new.target usage outside constructors and JSON parser handling of negative numbers