Super HN

New Show
   Jaws – a JavaScript to WASM ahead of time compiler (github.com)
I've open sourced a JavaScript to WASM compiler. It's an experimental tool, but given the semantics I already implemented I'm fairly certain I am able to eventually cover 100% of JavaScript spec. Any ideas, questions or critique welcomed! If you are interested in WASM, especially with new proposals like WASM GC or exception handling, it might be a good source of seeing these features in action - the project has a few thousand lines of hand written WAT so far.