pub fn create_engine_with_spill( grid: Arc<Grid>, spill_map: Arc<SpillMap>, computed_map: Arc<ComputedMap>, ) -> Engine
Create a Rhai engine with built-ins registered and shared maps.