pub fn evaluate(program: &str, host: VigyHost) -> Result<VigyHost>Expand description
Evaluate a vigy program against a fresh host. Convenience wrapper
over the trait-based path with the standard extension bundle —
the entrypoint vigy-runtime uses by default. Embedders that want
additional intrinsics call evaluate_with_extensions directly.