Comment by Spivak

Comment by Spivak 3 days ago

1 reply

Runtime is the glue between JS Engine and OS which is from scratch. Runtime embeds engine and lets engine talk to the outside world.

throwawaymaths 3 days ago

engines only execute one JS microtask at a time, you must run it in something, that's the runtime.