aboutsummaryrefslogtreecommitdiff
path: root/core/time/time_js.odin
Commit message (Collapse)AuthorAgeFilesLines
* [core:time] time_js: tick_now(): Use f64 (was f32) as a return type of ↵Yuriy Grynevych2025-09-081-1/+1
| | | | odin_env.tick_now().
* Moved all packages in core, base, vendor, tests and examples to use new #+ ↵Karl Zylinski2024-09-141-2/+2
| | | | file tag syntax.
* fix js_wasm `time.tick_now`, `performance.now()` returns a floatLaytan Laats2024-04-081-2/+2
|
* Fix calling time.now() in wasm js runtimeDamian Tarnawski2023-10-191-2/+2
|
* Update `time` procedures for js targetsgingerBill2022-05-211-8/+17
|
* Clean up `core:time` to be consistent across all platformsgingerBill2022-05-121-3/+4
|
* Add mock for `_yield`gingerBill2022-05-061-0/+2
|
* Begin work in semi-standardized `js_wasm32` targetgingerBill2021-11-071-0/+21