diff --git a/core/time/time_js.odin b/core/time/time_js.odin index 1b801cdad..cfe54b86b 100644 --- a/core/time/time_js.odin +++ b/core/time/time_js.odin @@ -19,3 +19,5 @@ _tick_now :: proc "contextless" () -> Tick { return {} } +_yield :: proc "contextless" () { +}