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
Copy file name to clipboardExpand all lines: src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -391,6 +391,8 @@ The .NET Foundation licenses this file to you under the MIT license.
391
391
Condition="'$(EMSDK)' == '' and '$(_targetOS)' == 'browser'" />
392
392
<ErrorText="Wasi SDK not found, not compiling to WebAssembly. To enable WebAssembly compilation, install Wasi SDK and ensure the WASI_SDK_PATH environment variable points to the directory containing share/wasi-sysroot"
393
393
Condition="'$(WASI_SDK_PATH)' == '' and '$(_targetOS)' == 'wasi'" />
394
+
<WarningText="The WASI SDK version is too low. Please use WASI SDK 22 or newer with a 64 bit Clang."
0 commit comments