You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a plan to upgrade V8? I've attempted to build on a riscv64 architecture machine, but the older V8 lacks support for riscv64. Simply replacing the V8 source code seems unfeasible. I tried replacing it with the version 11.6.19 code, but it results in the error:
"gyp: Error importing pymod_do_main module (detect_v8_host_arch): No module named 'detect_v8_host_arch' while trying to load ../gypfiles/all.gyp."
Also, I noticed that the newer version of V8 recommends using GN for building instead of GYP. Is there any plan to replace the build system?