We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent b248254 commit 3b2381bCopy full SHA for 3b2381b
std/assembly/process.ts
@@ -29,7 +29,7 @@ export namespace process {
29
}
30
31
export function time(): i64 {
32
- return Date_binding.now();
+ return <i64>Date_binding.now();
33
34
35
export function hrtime(): u64 {
0 commit comments