#110
in
JavaScript
There was some work on having flattened JS as bytecode. It never got much adoption but I believe it would have made the web a lot more efficient.
Iād say WASM is the low level compilation target for JavaScript runtimes.
There is also a proposal for directly shipping ASTs instead of JavaScript source files for performance improvements [0].
There is a proposal from Mozilla/Facebook for a binary JS format.