riscv-collab / v8

Port of Google v8 engine to RISC-V.
https://github.com/v8-riscv/v8/wiki
Other
238 stars 31 forks source link

Decide base NodeJS version and setup NodeJS repo #107

Closed penguinwu closed 4 years ago

penguinwu commented 4 years ago

Decide the basic NodeJS version that we would like to bring up and the corresponding V8 version/tag. Setup NodeJS repo under v8-riscv/ and the wiki on how to build NodJS (using v8-riscv) in QEMU/real hardware.

Dependency: rebasing v8 to the chosen version #19.

penguinwu commented 4 years ago

@fw-brice Can this one be closed?

ghost commented 4 years ago

The repo has indeed been setup - https://github.com/v8-riscv/node Based on Yahan's work, I started with v14.0.0.

The setup is still in progress as there is no wiki yet and Yahan's changes have not been merged in yet.

luyahan commented 4 years ago

the version of v8 in latest nodejs repo is 8.4.x.x . our v8 version is 8.6.0.0,which may be incompatible with nodjs @fw-brice

penguinwu commented 4 years ago

NodeJS is setup, close this one.