pub fn shared_engine() -> Arc<Engine>
Per-process shared wasmtime Engine with rustledger’s security posture. Cheap to clone (Arc).
Engine
Arc
Panics if wasmtime fails to construct an Engine with our config — this is a process-start invariant; if it fires, the binary is fundamentally broken, not a runtime condition worth handling.