The runtime includes the engine (interpreter for example) and an environment, which could also include a standard library, bindings to the outside world and more.
For example, in the case of node, it's a runtime built around the v8 engine, using libuv for bindings.
For example, in the case of node, it's a runtime built around the v8 engine, using libuv for bindings.