In other news - Deno keeps looking better and better: https://deno.land/posts/v1.7
The top feature is also the one that is most interesting to me - compiling static binaries that include a runtime (and optionally certs, and of course permissions). Nice!
@funnylookinhat even though 33MB for a simple hello world application compiled with lite mode is a bit huge, although most of it may go to the runtime. There is also pkg which does the same for Nodejs, but AFAIR it has issues with native (ffi) modules...