Skip to content

Commit 20574fb

Browse files
authored
Revert wasm_exec file (#235)
1 parent 23d7fdf commit 20574fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wasm_exec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
},
248248

249249
// func walltime() (sec int64, nsec int32)
250-
"runtime.walltime1": (sp) => {
250+
"runtime.walltime": (sp) => {
251251
sp >>>= 0;
252252
const msec = (new Date).getTime();
253253
setInt64(sp + 8, msec / 1000);

0 commit comments

Comments
 (0)