pub fn eval_str(src: &str) -> Result<Value, String>
Parse/load, compile, and run a JS source string on a fresh host (rkyv-cached).