Y
Hacker News
new
|
ask
|
show
|
jobs
by
yb303
252 days ago
This is not "Building from scratch" This is just using.
1 comments
Spivak
252 days 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.
link
throwawaymaths
252 days ago
engines only execute one JS microtask at a time, you must run it in something, that's the runtime.
link