agentos-v8-runtime 0.2.6

V8 isolate runtime for secure-exec guest JavaScript execution
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod bridge;
pub mod embedded_runtime;
pub mod execution;
pub mod host_call;
pub mod ipc;
pub mod ipc_binary;
pub mod isolate;
pub mod runtime_protocol;
pub mod session;
pub mod snapshot;
pub mod stream;
pub mod timeout;