CVS: cvs.openbsd.org: ports
Volker Schlecht <[email protected]>
| Newsgroups | gmane.os.openbsd.ports.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: ports Changes by: [email protected] 2026/07/19 09:10:34 Modified files: lang/node : Makefile Added files: lang/node/patches: patch-deps_v8_src_flags_flag-definitions_h patch-deps_v8_src_wasm_jump-table-assembler_cc patch-deps_v8_src_wasm_jump-table-assembler_h Log message: lang/node: Disable regexp JIT and fix WASM on amd64 For the WASM fix see https://github.com/nodejs/node/pull/64498 (already merged upstream for node 26.x) Both fixes appear to be at least related to the random issues we have been seeing while building chromium-family browsers (which uses a wasm-version of rollup.js repeatedly) Tracked down and fixed by Fabien Romano, thanks!!