You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notable build system changes:
1) Not included in clr.alljits yet. Build with clr.wasmjit.
Notable factoring choices:
1) Introduce some new target defines for features which WASM won't need,
like fixed size register mask support and GCInfo based on code metadata.
2) For this initial commit, the amount of changes has been intentionally
minimized. In the future, more things will be moved around and ifdefed
out.
Copy file name to clipboardExpand all lines: eng/Subsets.props
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -214,6 +214,7 @@
214
214
<SubsetNameInclude="Clr.PalTestList"OnDemand="true"Description="Generate the list of the CoreCLR PAL tests. When using the command line, use Clr.PalTests instead." />
215
215
<SubsetNameInclude="Clr.Hosts"Description="The CoreCLR corerun test host." />
216
216
<SubsetNameInclude="Clr.Jit"Description="The JIT for the CoreCLR .NET runtime." />
217
+
<SubsetNameInclude="Clr.WasmJit"Description="The cross-targeting WebAssembly JIT compiler for the CoreCLR .NET runtime." />
217
218
<SubsetNameInclude="Clr.AllJits"Description="All of the cross-targeting JIT compilers for the CoreCLR .NET runtime." />
218
219
<SubsetNameInclude="Clr.AllJitsCommunity"Description="All of the cross-targeting JIT compilers for the CoreCLR .NET runtime, including community targets." />
219
220
<SubsetNameInclude="Clr.Spmi"Description="SuperPMI, a tool for CoreCLR JIT testing." />
0 commit comments