gingerBill 3 years ago
parent
commit
1eef9552b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vendor/wasm/js/runtime.js

+ 1 - 1
vendor/wasm/js/runtime.js

@@ -1283,7 +1283,7 @@ function odinSetupDefaultImports(wasmMemoryInterface, consoleElement) {
 				// convert ms to ns
 				return Date.now() * 1e6;
 			},
-			time_tick_now: () => {
+			tick_now: () => {
 				// convert ms to ns
 				return performance.now() * 1e6;
 			},