Comment by yb303 Comment by yb303 3 days ago 2 replies Copy Link View on Hacker News This is not "Building from scratch" This is just using.
Copy Link Spivak 3 days ago Collapse Comment - Runtime is the glue between JS Engine and OS which is from scratch. Runtime embeds engine and lets engine talk to the outside world. Reply View | 1 reply Copy Link throwawaymaths 3 days ago Parent Collapse Comment - engines only execute one JS microtask at a time, you must run it in something, that's the runtime. Reply View | 0 replies
Copy Link throwawaymaths 3 days ago Parent Collapse Comment - engines only execute one JS microtask at a time, you must run it in something, that's the runtime. Reply View | 0 replies
Runtime is the glue between JS Engine and OS which is from scratch. Runtime embeds engine and lets engine talk to the outside world.