Skip to content

QuickJS#1764

Open
CedricGuillemet wants to merge 3 commits into
BabylonJS:masterfrom
CedricGuillemet:quickJSintegration
Open

QuickJS#1764
CedricGuillemet wants to merge 3 commits into
BabylonJS:masterfrom
CedricGuillemet:quickJSintegration

Conversation

@CedricGuillemet

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings July 3, 2026 12:09

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces CI coverage for building BabylonNative with the QuickJS JavaScript engine, primarily by switching the JsRuntimeHost dependency to a QuickJS-capable revision and wiring new QuickJS jobs into the GitHub Actions workflows.

Changes:

  • Point FetchContent for JsRuntimeHost at a QuickJS branch/revision.
  • Add new CI jobs to build with QuickJS on macOS, Win32, Linux, and Android.
  • Extend the reusable Win32 and macOS build workflows to accept/select the QuickJS engine.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

File Description
CMakeLists.txt Switches JsRuntimeHost source to a QuickJS-capable fork/revision.
.github/workflows/ci.yml Adds new QuickJS jobs across macOS/Win32/Linux/Android in CI.
.github/workflows/build-win32.yml Adds QuickJS handling for napi-type to set the right CMake define and suffix.
.github/workflows/build-macos.yml Adds a js-engine input and forwards it into the CMake configure step.

Comment thread CMakeLists.txt
Comment thread .github/workflows/ci.yml
Comment thread .github/workflows/build-macos.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants