create _yeild stub for wasi_wasm32 target to avoid compile error

This commit is contained in:
JopStro
2022-10-31 21:22:55 +00:00
parent 71eb21aab7
commit dad10ef800

View File

@@ -22,3 +22,5 @@ _tick_now :: proc "contextless" () -> Tick {
return {}
}
_yield :: proc "contextless" () {
}