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 dd511ff commit 598c8b9Copy full SHA for 598c8b9
IntegrationTests/TestSuites/Sources/ConcurrencyTests/main.swift
@@ -9,7 +9,7 @@ import Darwin
9
#if compiler(>=5.5)
10
11
func performanceNow() -> Double {
12
- return JSObject.global.performance.now.function!().number!
+ return JSObject.global.performance.now().number!
13
}
14
15
func measure(_ block: () async throws -> Void) async rethrows -> Double {
IntegrationTests/lib.js
@@ -64,6 +64,7 @@ const WASI = {
64
args: [programName],
65
env: {},
66
returnOnExit: false,
67
+ version: "preview1",
68
})
69
70
return {
0 commit comments