Skip to content

Add Emscripten/Wasm CI - #140

Draft
fwcd wants to merge 8 commits into
mixxxdj:2.5from
fwcd:mixxx/wasm-ci
Draft

Add Emscripten/Wasm CI#140
fwcd wants to merge 8 commits into
mixxxdj:2.5from
fwcd:mixxx/wasm-ci

Conversation

@fwcd

@fwcd fwcd commented Mar 21, 2024

Copy link
Copy Markdown
Member

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

Comment thread vcpkg.json
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
Copy Markdown
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

fwcd commented Mar 21, 2024

Copy link
Copy Markdown
Member Author

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

Development

Successfully merging this pull request may close these issues.

3 participants