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 4de8df3 commit ee4d431Copy full SHA for ee4d431
Sources/JavaScriptEventLoop/WebWorkerTaskExecutor.swift
@@ -451,7 +451,7 @@ public final class WebWorkerTaskExecutor: TaskExecutor {
451
swjs_listen_message_from_worker_thread(tid)
452
}
453
#else
454
- fatalError("Unsupported platform")
+ fatalError("Unsupported platform. WebWorkerTaskExecutor requires Swift SDK for wasip1-threads target.")
455
#endif
456
457
0 commit comments