This is a nice overview on how to achieve just-in-time compilation in Wasm, and the demo is pretty cool. Good work!<p>We use similar techniques to power Webvm[1], an X86 Virtual Machine that runs linux programs in the browser.<p>A proper Wasm JIT API in JavaScript would be even better of course, but as the article says, cool things are already possible right now.<p>I expect to see more projects doing Wasm just-in-time compilation in the future (I believe that V86[2] also already does it)<p>[1]: <a href="https://webvm.io/" rel="nofollow">https://webvm.io/</a><p>[2]: <a href="https://github.com/copy/v86" rel="nofollow">https://github.com/copy/v86</a>