5 references to Wasm
crossgen2 (3)
Crossgen2RootCommand.cs (1)
436
"wasm" => ReadyToRunContainerFormat.
Wasm
,
Program.cs (2)
419
format = ReadyToRunContainerFormat.
Wasm
;
421
if (!composite && format != ReadyToRunContainerFormat.PE && format != ReadyToRunContainerFormat.
Wasm
)
ILCompiler.ReadyToRun (2)
CodeGen\ReadyToRunObjectWriter.cs (1)
186
ReadyToRunContainerFormat.
Wasm
=> CreateWasmObjectWriter(),
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (1)
309
ReadyToRunContainerFormat.
Wasm
=> ObjectNodeSection.WasmCodeSection,