Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Emscripten/Wasm CI #140

Draft
wants to merge 8 commits into
base: 2.5
Choose a base branch
from
Draft

Add Emscripten/Wasm CI #140

wants to merge 8 commits into from

Conversation

fwcd
Copy link
Member

@fwcd fwcd commented Mar 21, 2024

This adds a CI configuration for Emscripten/WebAssembly. Marked as a draft until we have a build that passes.

vcpkg.json Outdated
Comment on lines 25 to 61
{
"name": "qtbase",
"default-features": false,
"features": [
"brotli",
"concurrent",
{
"name": "dbus",
"platform": "!emscripten"
},
"default-features",
"doubleconversion",
"freetype",
"gui",
"harfbuzz",
"icu",
"jpeg",
"network",
"opengl",
{
"name": "openssl",
"platform": "!emscripten"
},
"pcre2",
"png",
"sql",
{
"name": "sql-psql",
"platform": "!emscripten"
},
"sql-sqlite",
"testlib",
"thread",
"widgets",
"zstd"
]
},
Copy link
Member Author

Choose a reason for hiding this comment

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

As with iOS (#117) we have to list the Qt features explicitly to exclude features for Emscripten as needed. #117 (comment) applies here too, once we update Qt, we should include the gles3 feature here too (for emscripten).

@fwcd
Copy link
Member Author

fwcd commented Mar 21, 2024

The most recent build error should be addressed by

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants