agentos-v8-runtime 0.2.7

V8 isolate runtime for secure-exec guest JavaScript execution
Documentation
1
2
3
4
5
6
use agentos_v8_runtime::snapshot::run_snapshot_consolidated_checks;

#[test]
fn snapshot_consolidated_tests() {
    run_snapshot_consolidated_checks();
}