#if out of import Dispatch when os == WASI

This commit is contained in:
Carson Katri 2022-06-30 08:50:10 -04:00
parent 5c6a380c48
commit 392fd1b937
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import TokamakCore
import TokamakTestRenderer
#if canImport(Dispatch)
#if canImport(Dispatch) && !os(WASI)
import Dispatch
#endif