vnmakarov / mir

A lightweight JIT compiler based on MIR (Medium Internal Representation) and C11 JIT compiler and interpreter based on MIR
MIT License
2.29k stars 145 forks source link

Changes to build with -m32/wasm #289

Open mingodad opened 2 years ago

mingodad commented 2 years ago

With this changes we can build on linux with -m32 or emsdk for wasm, when building normally for 64 bits it pass all tests. This is necessary for any attempt to build bootstrap/code generators for 32 bits (including wasm).

vnmakarov commented 2 years ago

I'll review the patch this month. Thank your for all your valuable contribution. I really appreciate this.