rdunnington / bytebox

Standalone WebAssembly VM.
MIT License
95 stars 4 forks source link

32-bit support #56

Open InBetweenNames opened 3 weeks ago

InBetweenNames commented 3 weeks ago

Hello, I noticed bytebox can't be built on 32-bit platforms (e.g. arm32, mips32, x86) due to some assumptions about usize. I may tackle this myself when I get some time.

rdunnington commented 1 week ago

I'm looking into this now, all the changes seem straightforward enough. Thanks for reporting it. You can track the progress of the changes on the branch: https://github.com/rdunnington/bytebox/tree/32bit-fixes