We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017126b commit dcfcc60Copy full SHA for dcfcc60
1 file changed
wasi-sdk-exceptions.bootstrap.cmake
@@ -1,3 +1,8 @@
1
+# Important note: This bootstrap is specifically for the wasi-sdk C++ exceptions release
2
+# from a fork created by Alex Crichton at https://github.com/alexcrichton/wasi-sdk
3
+# This separate bootstrap file can be removed once the C++ exceptions support is
4
+# merged upstream into the main wasi-sdk repository.
5
+
6
include_guard(GLOBAL)
7
cmake_minimum_required(VERSION 3.25)
8
0 commit comments