#if out on os(WASI)

This commit is contained in:
Carson Katri 2022-06-30 08:42:15 -04:00
parent e6a6e1950a
commit aa5ed1e560
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ public struct TestFiberRenderer: FiberRenderer {
}
}
#if canImport(Dispatch)
#if canImport(Dispatch) && !os(WASI)
public final class WorkItemBox {
public var workItem: DispatchWorkItem?
}