6 ms·
Been working on a single-pass WebAssembly JIT compiler (atm only guaranteed to work on M1 air), been super interesting learning and thinking through strategies
by csjh 1y ago
Been working on a single-pass WebAssembly JIT compiler (atm only guaranteed to work on M1 air), been super interesting learning and thinking through strategies to balance fast compilation & fast generated code. It's the fastest single-pass JIT output-wise that I'm aware of, but the compilation speed could use some work.
Also: the README is pretty outdated, the real interesting stuff happens in https://github.com/csjh/mitey-jit/blob/main/backend/arm64/baseline.cpp https://github.com/csjh/mitey-jit/blob/main/backend/arm64/ba...
https://github.com/csjh/mitey-jit https://github.com/csjh/mitey-jit
- syrusakbary 1y agoThat's an interesting project! We have an opening in Wasmer to work on the compiler side of things, I think you could be a great fit: https://www.workatastartup.com/jobs/15822 https://www.workatastartup.com/jobs/15822
- csjh 1y agoAppreciated, but not sure I'm ready for that yet - still need to finish uni :p