Port of Google v8 engine to RISC-V.
Browse cluster: WebAssembly Specification and Proposals →This repository is a port of Google's V8 JavaScript engine to the RISC-V instruction set architecture. V8 is Google's open-source JavaScript engine written in C++ that implements ECMAScript as specified in ECMA-262 and is used in Google Chrome and can be embedded in C++ applications. The project includes Oilpan, an open-source garbage collection library for C++ that implements mark-and-sweep collection with incremental and concurrent modes, and supports infrastructure for testing, fuzzing with libFuzzer and Fuzzilli, and benchmarking via CSuite.