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.
1 parent 3ef9e6a commit 9ee73a6Copy full SHA for 9ee73a6
Tests/JSONLoggerTests/PipeHelper.swift
@@ -5,6 +5,7 @@ import WASILibc
5
6
7
typealias Pipe = FakePipe
8
+/* We create a fake pipe on WASI as creating a pipe is not possible. */
9
struct FakePipe {
10
11
init() {
0 commit comments