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

[wasm] prepare web bundle data separately from build #71886

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

nornagon
Copy link
Contributor

Summary

None

Purpose of change

Instead of creating the .data preload bundle during the link step, create it as
part of the prepare-web step instead. This allows updating the data bundle
without having to re-link the whole binary, which takes quite a long time.

Describe the solution

Describe alternatives you've considered

Testing

Additional context

@github-actions github-actions bot added Code: Build Issues regarding different builds and build environments Code: Tooling Tooling that is not part of the main game but is part of the repo. json-styled JSON lint passed, label assigned by github actions astyled astyled PR, label is assigned by github actions labels Feb 21, 2024
@nornagon nornagon changed the title prepare web bundle data separately from build [wasm] prepare web bundle data separately from build Feb 21, 2024
@akrieger
Copy link
Member

job's green so iguess

@akrieger akrieger merged commit 8c8dac8 into CleverRaven:master Feb 21, 2024
26 checks passed
@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Feb 21, 2024
@nornagon nornagon deleted the emscripten-separate-data branch February 21, 2024 21:41
nornagon pushed a commit to nornagon/Cataclysm-DDA that referenced this pull request Jun 7, 2024
…e-data

[wasm] prepare web bundle data separately from build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions Code: Build Issues regarding different builds and build environments Code: Tooling Tooling that is not part of the main game but is part of the repo. json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants