The repository is a read-only mirror of v8/cppgc. Not intended to be used for development.
- git clone ...
- git submodule update --init #for gtest
- mkdir build && cd build
- cmake ../ -DCPPGC_YOUNG_GENERATION=ON && make -j
- ./cppgc_sample
- make -j tests
- ./cppgc_unittests