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] Don't publish the aot-instances.dll assembly, its not needed a… #84214

Merged
merged 1 commit into from
Apr 3, 2023

Conversation

vargaz
Copy link
Contributor

@vargaz vargaz commented Apr 1, 2023

…ny more.

The runtime creates a dummy version of it internally.

@vargaz vargaz requested a review from radical as a code owner April 1, 2023 18:39
@ghost ghost assigned vargaz Apr 1, 2023
@vargaz vargaz requested review from maraf and removed request for radical April 1, 2023 18:39
@vargaz vargaz requested a review from radical April 1, 2023 18:39
@maraf
Copy link
Member

maraf commented Apr 1, 2023

The target _WasmGenerateAppBundle is not called by blazor. Should the change affect also blazor?

@vargaz
Copy link
Contributor Author

vargaz commented Apr 1, 2023

It should.

@maraf
Copy link
Member

maraf commented Apr 3, 2023

Than we should move it the _BeforeWasmBuildApp. There is already an itemgroup that modifies _WasmAssembliesInternal.

@vargaz
Copy link
Contributor Author

vargaz commented Apr 3, 2023

This assembly is still needed to be aot-ed, it just shouldn't be in the final bundle.

@maraf
Copy link
Member

maraf commented Apr 3, 2023

I see, sorry. Than it should be _CompleteWasmBuildNative which is after all AOT targets and just before _WasmGenerateAppBundle (which is optional / not called for Blazor).

…ny more.

The runtime creates a dummy version of it internally.
@vargaz vargaz merged commit 8b1d1ea into dotnet:main Apr 3, 2023
@vargaz vargaz deleted the wasm-no-aot-instances branch April 3, 2023 18:15
@ghost ghost locked as resolved and limited conversation to collaborators May 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants