Cloudflare, Mozilla, and Facebook are developing BinaryAST to speed up JavaScript loading
Engineers from Cloudflare, Mozilla, Facebook, and Bloomberg have proposed a new format called BinaryAST to accelerate the delivery and processing of JavaScript code when websites are opened in a browser. BinaryAST offloads the parsing phase to the server side and delivers a pre-compiled abstract syntax tree (AST). Upon receiving BinaryAST, the browser can immediately transition to the compilation stage, bypassing the parsing of the original JavaScript code. […]
