Skip to content

Commit

Permalink
Revert wasm_exec file (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxStalker committed Mar 14, 2022
1 parent 23d7fdf commit 20574fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wasm_exec.js
Expand Up @@ -247,7 +247,7 @@
},

// func walltime() (sec int64, nsec int32)
"runtime.walltime1": (sp) => {
"runtime.walltime": (sp) => {
sp >>>= 0;
const msec = (new Date).getTime();
setInt64(sp + 8, msec / 1000);
Expand Down

1 comment on commit 20574fb

@vercel
Copy link

@vercel vercel bot commented on 20574fb Mar 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.