-
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
[browser-wasm] Support Mono runtime components in workload #54565
Comments
Tagging subscribers to this area: @CoffeeFlux |
Tagging subscribers to 'arch-wasm': @lewing |
Workaround until dotnet#54565 is fixed Build the runtime always with support for hot_reload, and without diagnostics_tracing
From Wasm targets pov, they will get a list of files to link for dotnet.js/wasm? |
Workaround until #54565 is fixed Build the runtime always with support for hot_reload, and without diagnostics_tracing
The workflow will be the same for all workloads:
|
* [wasm] Build static components; include hot_reload in runtime Workaround until #54565 is fixed Build the runtime always with support for hot_reload, and without diagnostics_tracing * Update wasm.proj * Add a browser functional test for hot reload Just check that the capabilities are non-empty which is a good proxy for hot reload being enabled in the runtime. * Turn off trimming for hot reload functional test * Disable test on browser AOT * fix whitespace Co-authored-by: Thays Grazia <[email protected]>
…load in runtime (#54622) Backport of #54568 to release/6.0-preview6 Workaround until #54565 is fixed Build the runtime always with support for hot_reload, and without diagnostics_tracing Co-authored-by: Aleksey Kliger <[email protected]> Co-authored-by: Thays Grazia <[email protected]>
now is that #54432 is in we need to follow up here |
The browser-wasm workload should support selecting different mono runtime components (#50862) for different configurations.
This depends on #54417
The text was updated successfully, but these errors were encountered: