There is a bug on NodeJS which seems to come from the cross-compilation x64 -> arm. NodeJS fails on the target as soon as an ArrayBuffer is created somewhere. Please see https://github.com/nodejs/node/issues/31370
Actually, the issue comes from optimization flag `-Ofast`. See #13046