bnoordhuis / v8-cmake

The V8 JavaScript engine, but built with CMake instead of GN - WIP
BSD 3-Clause "New" or "Revised" License
189 stars 54 forks source link

RISCV Support #81

Open theoparis opened 9 months ago

bnoordhuis commented 9 months ago

Is your question whether I have plans to add that? Not at the moment. Difficult to compile (probably needs to be cross-compiled; difficult with V8) and upstream V8's RISC-V support is also still pretty experimental.

fwsGonzo commented 4 months ago

I got it to work here: https://github.com/bnoordhuis/v8-cmake/pull/84