-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[wasm] Allow assemblies to be skipped for AOTMode=AotInterp (#49446)
* [wasm] reduce visibility of `[AOT] /foo/bar.dll` messages * [wasm] Quote assembly path when invoking mono-aot-cross * [wasm] WasmApp.*: Use the msbuild equivalent of `Path.Combine` in .. the targets/props . * [wasm] WasmApp.targets: Simplify emcc invocations a bit * [wasm] WasmApp.targets: quote paths correctly * [wasm] Add `%(WasmAssembliesToBundle._InternalForceInterpret)` .. to allow skipping AOT, per assembly. * [wasm] don't copy dotnet.* to appbundle unnecessarily This was added earlier to support blazor workload which only uses AOT. But that has since been fixed to correctly use `WasmBuildApp`+`@(WasmNativeAsset)`, so this can be removed. * [wasm] Add new `$(WasmNativeDebugSymbols)` that to get symbols with .. dotnet.wasm . It defaults to `true`. * [wasm] Check that EMSDK_PATH is set when building native files * [wasm] Rename `@(_WasmAssemblies)` -> `@(_WasmAssembliesInternal)` * [wasm] Fix sample build * [wasm] Fix tests on helix - typo * Address review feedback * fix a missing quote Co-authored-by: Larry Ewing <lewing@microsoft.com>
- Loading branch information
Showing
7 changed files
with
135 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.