Terminology

TermMeaning
RustScriptThe language and VM/compiler project.
RSSRustScript source code with the .rss extension.
pd-vmThe RustScript virtual machine and compiler crate.
VMBCThe portable bytecode artifact format.
Host functionA capability registered by an embedding runtime and called from RSS.
Edge data planepd-edge runtime that handles traffic and executes edge programs.
Controllerpd-controller service that manages edges, programs, and debug sessions.
Function valueA callable represented as a runtime value; currently under active development.
ClosureA callable expression that can capture an enclosing environment.
JITJust-in-time compilation for hot execution paths.
AOTAhead-of-time compilation of an artifact.
no_stdRust environment without the standard library.
CLRCommon Language Runtime used by .NET.