pub fn build_engine() -> Arc<Engine>
Build the shared rhai engine used by every plugin segment. Returns an Arc so the layout engine can clone cheaply into each RhaiSegment. The engine is immutable after this call.
Arc
RhaiSegment