mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-31 00:29:24 +00:00
Implementing WASM runtime
This commit is contained in:
@@ -91,7 +91,7 @@ pub struct StateTransition {
|
||||
}
|
||||
|
||||
/// Context for a running job.
|
||||
#[derive(Debug, Clone)]
|
||||
#[derive(Debug, Clone, Serialize)]
|
||||
pub struct JobContext {
|
||||
/// Unique job ID.
|
||||
pub job_id: Uuid,
|
||||
|
||||
Reference in New Issue
Block a user