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. Beyond the core engine, the repository includes Oilpan, an open-source garbage collection library for C++ that implements mark-and-sweep collection with incremental and concurrent marking and sweeping capabilities, and can operate stand-alone or integrated with V8's JavaScript garbage collector. The project also contains infrastructure for testing, fuzzing with libFuzzer, and benchmarking tools like CSuite for performance analysis.