Skip to content

Commit a9691e9

Browse files
committed
chore: Adjust import guard to os(WASI).
1 parent 9f4a292 commit a9691e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Tracing/TracingTime.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import WASILibc
2929
#error("Unsupported runtime")
3030
#endif
3131

32-
#if canImport(_CWASI)
32+
#if os(WASI)
3333
import _CWASI
3434
#endif
3535

0 commit comments

Comments
 (0)