Laytan
Laytan
Rebased this to fix conflicts, still ready for review
I think the idea with runtime is to import nothing (other than intrinsics) and copy implementations. I also had a look and it seems writing is the same syscall (number...
Ah I had the wrong assumption, I looked at a couple syscall tables for the mentioned platforms and it was 4 everywhere. Now I did another search and see they...
New, different error (than #2817 was generating) using -target:wasi_wasm32 or -target:wasi_wasm64p32
Do you have wasm-ld in that location? If you do, are you sure there isn't more output given with the failure? You can also try running the command yourself on...
We did a few ABI fixes in the last few weeks which has fixed this for me, could you confirm/close the issue?
LGTM. The only thing I might like to see is a rename of the `insert` procedure, the behaviour is more like a `find_or_insert` because it does not insert if it...
Just want to mention there was some talk in the discord saying it is a bad idea to link to xinput at compile time, not sure if that is true,...
It actually went down to 60MB because we are zipping it now. Here is a run I did on my fork: https://github.com/laytan/Odin/actions/runs/8010221628 if you want to check out the artifacts.
Fixed in #2998
Probably the same underlying issue as #3159