We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
swt_getWASIVersion()
1 parent 60784ff commit 9773daaCopy full SHA for 9773daa
Sources/_TestingInternals/include/Stubs.h
@@ -121,7 +121,7 @@ static int swt_siginfo_t_si_status(const siginfo_t *siginfo) {
121
}
122
#endif
123
124
-//#if defined(__wasi__)
+#if defined(__wasi__)
125
/// Get the version of the C standard library and runtime used by WASI, if
126
/// available.
127
///
@@ -137,7 +137,7 @@ static const char *_Nullable swt_getWASIVersion(void) {
137
return 0;
138
139
140
-//#endif
+#endif
141
142
SWT_ASSUME_NONNULL_END
143
0 commit comments