-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Document wasm relinking functionality #48349
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsOnce #43689 is resolved we should be able to relink a project for even greater size reductions savings, most notably linking out ICU. We should document this and probably stand up a sample.
|
Tagging subscribers to 'size-reduction': @eerhardt, @SamMonoRT, @marek-safar, @tannergooding, @CoffeeFlux Issue DetailsOnce #43689 is resolved we should be able to relink a project for even greater size reductions savings, most notably linking out ICU. We should document this and probably stand up a sample.
|
I don't think this should be only documented but automatically included in the release build config |
Automatically including it seems nice from a size perspective but it would require fetching emscripten on customer machines, no? Either way, it would be really nice to get a successful ICU-less build on my machine for size estimation purposes sooner rather than later, whether that's accomplished through running it automatically or just documenting it. |
Need to issue warning when emscripten is not present and use a system install by default. |
- But set to `false` if `$(PublishTrimmed)` is not true Fixes: dotnet#48349
We should do a final review of the default configuration settings for this too. |
Once #43689 is resolved we should be able to relink a project for even greater size reductions savings, most notably linking out ICU. We should document this and probably stand up a test.
The text was updated successfully, but these errors were encountered: