Describe the bug
This sample code fails immediately after it starts executing:
import JavaScriptEventLoop
@main
enum Main {
static func main() async throws {
JavaScriptEventLoop.installGlobalExecutor()
}
}
Screenshots

Environment
SwiftWasm 5.6.0, carton 0.16.1