Skip to content

Wasm: Add distribution support#4249

Merged
oitel merged 12 commits intomasterfrom
feature/wasm_package
Mar 12, 2025
Merged

Wasm: Add distribution support#4249
oitel merged 12 commits intomasterfrom
feature/wasm_package

Conversation

@oitel
Copy link
Contributor

@oitel oitel commented Mar 11, 2025

No description provided.

@oitel oitel added the skip-image-rebuild force to skip docker image rebuild label Mar 11, 2025
@oitel oitel removed skip-image-rebuild force to skip docker image rebuild disable-build-emscripten labels Mar 12, 2025
@oitel oitel added the skip-image-rebuild force to skip docker image rebuild label Mar 12, 2025
@oitel oitel added skip-image-rebuild force to skip docker image rebuild and removed skip-image-rebuild force to skip docker image rebuild labels Mar 12, 2025
@oitel oitel added skip-image-rebuild force to skip docker image rebuild and removed skip-image-rebuild force to skip docker image rebuild labels Mar 12, 2025
@oitel oitel added the full-ci run all steps label Mar 12, 2025
@oitel oitel changed the title WIP: Wasm: Add initial distribution support Wasm: Add distribution support Mar 12, 2025
install(FILES ${AWESOME_FONTS} DESTINATION "${MR_FONTS_DIR}")
install(FILES ${IMGUI_FONTS} DESTINATION "${MR_FONTS_DIR}")
install(FILES ${JSONS} DESTINATION "${MR_RESOURCES_DIR}")
install(DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/resource DESTINATION "${MR_RESOURCES_DIR}")
Copy link
Contributor

Choose a reason for hiding this comment

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

seems strange, should such changes be in other places?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, all other commands refer to local paths.

Copy link
Contributor

Choose a reason for hiding this comment

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

is this script for wasm build only?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It could be used for any CMake build, but have only been tested for Wasm builds.

@oitel oitel merged commit acca4bf into master Mar 12, 2025
22 checks passed
@oitel oitel deleted the feature/wasm_package branch March 12, 2025 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants