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

feat: allow for customizing emcc arguments in plugin-wasm #372

Merged
merged 2 commits into from
Oct 2, 2023

Conversation

chrispcampbell
Copy link
Contributor

Fixes #371

This adds the ability to override the default arguments that are passed to the emcc command in plugin-wasm.

I also made it so that emsdkDir and emccArgs accept a () => string as an alternative to a plain string. This makes it easier to experiment with arguments (by reading them from a file, for example) while dev mode remains running.

@chrispcampbell chrispcampbell merged commit e71992b into main Oct 2, 2023
3 checks passed
@chrispcampbell chrispcampbell deleted the chris/371-emcc-args branch October 2, 2023 21:36
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.

Allow for customizing emcc arguments in plugin-wasm
1 participant