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)
24NativeMethodsShared.ProcessorArchitectures.WASM => ProcessorArchitecture.WASM, 44ProcessorArchitecture.WASM.ShouldBe("WASM"); // "WASM ProcessorArchitecture isn't correct"