#if out of import Dispatch when os == WASI
This commit is contained in:
parent
5c6a380c48
commit
392fd1b937
|
@ -20,7 +20,7 @@ import TokamakCore
|
|||
|
||||
import TokamakTestRenderer
|
||||
|
||||
#if canImport(Dispatch)
|
||||
#if canImport(Dispatch) && !os(WASI)
|
||||
import Dispatch
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue