Merge topic 'wasi'

68cd5281e4 WASI: Add platform modules

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9659
This commit is contained in:
Brad King
2024-07-17 13:47:23 +00:00
committed by Kitware Robot
5 changed files with 11 additions and 0 deletions

View File

@@ -346,6 +346,7 @@ Variables that Describe the System
/variable/MSVC_VERSION
/variable/MSYS
/variable/UNIX
/variable/WASI
/variable/WIN32
/variable/WINCE
/variable/WINDOWS_PHONE

View File

@@ -85,6 +85,7 @@ Value Name
``UNIX_SV`` SCO UnixWare (pre release 7)
``UnixWare`` SCO UnixWare 7
``visionOS`` Apple mixed reality operating system
``WASI`` WebAssembly System Interface
``watchOS`` Apple watch operating system
``Windows`` Windows stationary operating systems
``WindowsCE`` Windows Embedded Compact

7
Help/variable/WASI.rst Normal file
View File

@@ -0,0 +1,7 @@
WASI
----
.. versionadded:: 3.31
Set to ``1`` when the target system is WebAssembly System Interface
(:variable:`CMAKE_SYSTEM_NAME` is ``WASI``).

View File

@@ -0,0 +1 @@
set(WASI 1)

View File

@@ -0,0 +1 @@
# WASI Platform