4 references to WASM
Microsoft.Build.Utilities.Core (2)
ProcessorArchitecture.cs (2)
51public const string WASM = nameof(WASM); 91NativeMethodsShared.ProcessorArchitectures.WASM => WASM,
Microsoft.Build.Utilities.UnitTests (2)
ProcessorArchitecture_Tests.cs (2)
25NativeMethodsShared.ProcessorArchitectures.WASM => ProcessorArchitecture.WASM, 45ProcessorArchitecture.WASM.ShouldBe("WASM"); // "WASM ProcessorArchitecture isn't correct"