odin-lang / Odin

Odin Programming Language
https://odin-lang.org
BSD 3-Clause "New" or "Revised" License
6.1k stars 550 forks source link

wasi: make the demo run on wasi and run it in CI #3836

Closed laytan closed 2 days ago

laytan commented 2 days ago

Makes wasi populate runtime.args__ and os.args and moves around some thread stuff. Now the demo can be ran from a wasi runtime and I've added that to the CI, I opted to just do that on macos arm because that's the one that is always finished first and we don't need to do this on multiple operating systems.