mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 06:38:47 +00:00
create _yeild stub for wasi_wasm32 target to avoid compile error
This commit is contained in:
@@ -22,3 +22,5 @@ _tick_now :: proc "contextless" () -> Tick {
|
|||||||
return {}
|
return {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_yield :: proc "contextless" () {
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user