{"id":16951493,"url":"https://github.com/bnoordhuis/v8-cmake","last_synced_at":"2025-08-14T19:20:23.984Z","repository":{"id":40251004,"uuid":"230990806","full_name":"bnoordhuis/v8-cmake","owner":"bnoordhuis","description":"The V8 JavaScript engine, but built with CMake instead of GN - WIP","archived":false,"fork":false,"pushed_at":"2024-08-01T04:04:12.000Z","size":55745,"stargazers_count":185,"open_issues_count":24,"forks_count":53,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-10-14T21:59:56.867Z","etag":null,"topics":["cmake","v8"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bnoordhuis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-30T22:56:50.000Z","updated_at":"2024-10-12T05:27:20.000Z","dependencies_parsed_at":"2024-10-26T01:03:04.453Z","dependency_job_id":null,"html_url":"https://github.com/bnoordhuis/v8-cmake","commit_stats":null,"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnoordhuis%2Fv8-cmake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnoordhuis%2Fv8-cmake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnoordhuis%2Fv8-cmake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnoordhuis%2Fv8-cmake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bnoordhuis","download_url":"https://codeload.github.com/bnoordhuis/v8-cmake/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247657281,"owners_count":20974345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cmake","v8"],"created_at":"2024-10-13T22:00:17.900Z","updated_at":"2025-04-07T13:07:47.238Z","avatar_url":"https://github.com/bnoordhuis.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://github.com/bnoordhuis/v8-cmake/workflows/v8-cmake/badge.svg)\n\nA port of the [V8 JavaScript engine](https://v8.dev/) to the\n[CMake](https://cmake.org/) build system.\n\nmotivation\n==========\n\nV8 natively uses [GN](https://gn.googlesource.com/gn/) to build itself, which\nis part of the Chromium ecosystem but pretty much not used outside of it.\n\nCMake is a widely used build system for C and C++ projects. This port will\nhopefully make it easier to integrate V8 with third-party projects.\n\nCaveat emptor: v8-cmake is very much a work in progress. Bug reports and\npull requests welcome!\n\nbuild\n=====\n\nTo build the library and the `d8` shell:\n\n    $ mkdir build \u0026\u0026 cd build\n\n    $ cmake /path/to/v8-cmake\n\n    $ make -j8\n\nIf CMake complains about `python` being incompatible or too old:\n\n    $ cmake -DPYTHON_EXECUTABLE=/usr/bin/python3 /path/to/v8-cmake\n\nmaintainers\n===========\n\nTo update V8 to a new patch release:\n\n    $ python update_v8.py\n    # \u003csnip\u003e\n    4dc61d3cd0 (tag: 8.5.210.20, refs/branch-heads/8.5) Version 8.5.210.20\n\n    $ git add .\n\n    $ git commit -am 8.5.210.20\n\n    $ git tag 8.5.210.20\n\nTo update V8 to a new minor or major release, open `update_v8.json` in an\neditor and update the `\"branch\"` field, then run `update_v8.py`.\n\nThe diff for `update_v8.json` should look like this:\n```diff\ndiff --git a/update_v8.json b/update_v8.json\nindex 9d4a79ba..eb1f89f0 100644\n--- a/update_v8.json\n+++ b/update_v8.json\n@@ -3,7 +3,7 @@\n     \"url\": \"https://chromium.googlesource.com/v8/v8.git\",\n     \"commit\": \"4dc61d3cd02f0a2462cc655095db1e99ad9047d2\",\n     \"/* comment */\": \"Dependency v8 must be first.\",\n-    \"branch\": \"branch-heads/8.5\",\n+    \"branch\": \"branch-heads/8.6\",\n     \"path\": \"v8\"\n   },\n   {\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbnoordhuis%2Fv8-cmake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbnoordhuis%2Fv8-cmake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbnoordhuis%2Fv8-cmake/lists"}