mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-03 03:32:37 +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 {}
|
||||
}
|
||||
|
||||
_yield :: proc "contextless" () {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user