{"id":50918365,"url":"https://github.com/poirierlouis/v8-nocr","last_synced_at":"2026-06-16T17:31:13.588Z","repository":{"id":363676602,"uuid":"1264407851","full_name":"poirierlouis/v8-nocr","owner":"poirierlouis","description":"A workflow to build Google's V8 JavaScript engine as a static library","archived":false,"fork":false,"pushed_at":"2026-06-12T22:46:38.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-12T23:08:12.919Z","etag":null,"topics":["engine","javascript","monolith","sandbox","static-library","v8","wasm","webassembly","windows"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/poirierlouis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-09T21:23:48.000Z","updated_at":"2026-06-12T21:36:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/poirierlouis/v8-nocr","commit_stats":null,"previous_names":["poirierlouis/v8-workflow","poirierlouis/v8-nocr"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/poirierlouis/v8-nocr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poirierlouis%2Fv8-nocr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poirierlouis%2Fv8-nocr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poirierlouis%2Fv8-nocr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poirierlouis%2Fv8-nocr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/poirierlouis","download_url":"https://codeload.github.com/poirierlouis/v8-nocr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poirierlouis%2Fv8-nocr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34417412,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["engine","javascript","monolith","sandbox","static-library","v8","wasm","webassembly","windows"],"created_at":"2026-06-16T17:31:11.684Z","updated_at":"2026-06-16T17:31:13.584Z","avatar_url":"https://github.com/poirierlouis.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# V8 – no Chromium\n\nThis repository is meant to build Google's [V8] JavaScript engine as a static\nlibrary (monolith). Its purpose is to provide a common place to maintain\na non-Chromium-based build pipeline of V8.\n\nIt still uses [GN] and [Ninja] but patches are applied based on the version\nnumber when required. This is mostly meant to support Windows. As of [September\n2024], Google dropped support for MSVC compiler / MSVC STL headers.\n\n\u003c!-- Links --\u003e\n[V8]: https://v8.dev/docs\n[GN]: https://gn.googlesource.com/gn\n[Ninja]: https://ninja-build.org/\n[September 2024]: https://groups.google.com/g/v8-users/c/J8Q6VrX9e4M/m/DVJYVq8MAwAJ\n\n## Usage\n\n1. Download a [release].\n2. Extract in the desired location (e.g. `vendors\\v8\\`).\n3. Include headers (e.g. `vendors\\v8\\include`).\n4. Link with the static library (e.g. `vendors\\v8\\lib\\v8_monolith.lib`).\n5. Enable features:\n```\n/DV8_COMPRESS_POINTERS\n/DV8_ENABLE_WEBASSEMBLY\n```\n6. Build your project\n\n\u003c!-- Links --\u003e\n[release]: https://github.com/poirierlouis/v8-nocr/releases\n\n## Guarantees\n\nThere are no guarantees regarding the quality of the build. It is provided\nas-is. It currently lacks a workflow to run tests provided in V8's repository.\n\n## Releases and Features\n\n### Versions\n\n| Version     | Windows                                                                           |\n|-------------|-----------------------------------------------------------------------------------|\n| 14.9.207.27 | [x64](https://github.com/poirierlouis/v8-nocr/releases/tag/v14.9.207.27) \\| arm64 |\n| 14.8.178.28 | [x64](https://github.com/poirierlouis/v8-nocr/releases/tag/v14.8.178.28) \\| arm64 |\n| 14.7.173.22 | [x64](https://github.com/poirierlouis/v8-nocr/releases/tag/v14.7.173.22) \\| arm64 |\n| 14.6.202.34 | [x64](https://github.com/poirierlouis/v8-nocr/releases/tag/v14.6.202.34) \\| arm64 |\n\n### Features\n\n|     Version | i18n[^1] | WebAssembly[^2] | Pointer Compression[^3] | Sandbox[^4] | Temporal[^5] |\n|------------:|:--------:|:---------------:|:-----------------------:|:-----------:|:------------:|\n| 14.9.207.27 |    ✅     |        ✅        |            ✅            |      ❌      |      ❌       |\n| 14.8.178.28 |    ✅     |        ✅        |            ✅            |      ❌      |      ❌       |\n| 14.7.173.22 |    ✅     |        ✅        |            ✅            |      ❌      |      ❌       |\n| 14.6.202.34 |    ✅     |        ✅        |            ✅            |      ✅      |      ❌       |\n\n[^1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl\n[^2]: https://developer.mozilla.org/en-US/docs/WebAssembly\n[^3]: https://v8.dev/blog/pointer-compression\n[^4]: https://v8.dev/blog/sandbox\n[^5]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoirierlouis%2Fv8-nocr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoirierlouis%2Fv8-nocr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoirierlouis%2Fv8-nocr/lists"}