Skip to content

[WASM] Add satellite assemblies bundle and hook to register them#20308

Merged
CoffeeFlux merged 1 commit intomono:masterfrom
monojenkins:sync-pr-41358-from-runtime
Sep 8, 2020
Merged

[WASM] Add satellite assemblies bundle and hook to register them#20308
CoffeeFlux merged 1 commit intomono:masterfrom
monojenkins:sync-pr-41358-from-runtime

Conversation

@monojenkins
Copy link
Contributor

!! This PR is a copy of dotnet/runtime#41358, please do not edit or review it in this repo !!
Do not automatically approve this PR:

* Consider how the changes affect configurations in this repo,
* Check effects on files that are not mirrored,
* Identify test cases that may be needed in this repo.

!! Merge the PR only after the original PR is merged !!



This adds a satellite assemblies bundle for WASM and also adds a hook into the driver to be able to register satellite assemblies into the bundle before the runtime is initialized. This allows us to load a satellite assembly by name from the bundle for bundled runtimes.

Fixes: dotnet/runtime#39379

cc: @steveisok @marek-safar @lewing

@monojenkins monojenkins force-pushed the sync-pr-41358-from-runtime branch 2 times, most recently from 528623d to 5a58e81 Compare August 27, 2020 20:51
@monojenkins monojenkins force-pushed the sync-pr-41358-from-runtime branch from 5a58e81 to 862435f Compare September 3, 2020 16:38
@CoffeeFlux
Copy link
Contributor

@monojenkins build failed

@monojenkins monojenkins force-pushed the sync-pr-41358-from-runtime branch from 862435f to 58a1c77 Compare September 4, 2020 03:56
This adds a satellite assemblies bundle for WASM and also adds a hook into the driver to be able to register satellite assemblies into the bundle before the runtime is initialized. This allows us to load a satellite assembly by name from the bundle for bundled runtimes.

Fixes: dotnet/runtime#39379

cc: @steveisok @marek-safar @lewing
@monojenkins monojenkins force-pushed the sync-pr-41358-from-runtime branch from 58a1c77 to 39bb496 Compare September 4, 2020 16:32
@CoffeeFlux
Copy link
Contributor

@monojenkins build failed

@CoffeeFlux CoffeeFlux merged commit 427395f into mono:master Sep 8, 2020
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.

AssemblyLoadContext issue with satellite assemblies on Browser

3 participants