mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-17 00:24:05 +00:00
Fix typo
This commit is contained in:
2
vendor/wasm/js/runtime.js
vendored
2
vendor/wasm/js/runtime.js
vendored
@@ -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;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user