Expand description
“Runtime” here refers to the execution evironment of scripts. This might be the VM executing bytecode or the interpreter executing source code.
The important thing is that there is only one runtime which is used to execute all scripts of a particular type or context
.
Structs§
- Runtime
Container - Stores a particular runtime.
- Runtime
Settings - Resource storing settings for a scripting plugin regarding runtime initialization & configuration.
Traits§
- Runtime
- A trait that all script runtimes must implement.
Type Aliases§
- Runtime
Initializer - A function that initializes a runtime.