Comment by yb303 4 months ago This is not "Building from scratch" This is just using. 2 comments yb303 Reply Spivak 4 months ago 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 4 months ago engines only execute one JS microtask at a time, you must run it in something, that's the runtime.
Spivak 4 months ago 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 4 months ago engines only execute one JS microtask at a time, you must run it in something, that's the runtime.
throwawaymaths 4 months ago engines only execute one JS microtask at a time, you must run it in something, that's the runtime.
Runtime is the glue between JS Engine and OS which is from scratch. Runtime embeds engine and lets engine talk to the outside world.
engines only execute one JS microtask at a time, you must run it in something, that's the runtime.