Implementing WASM runtime

This commit is contained in:
Illia Polosukhin
2026-02-02 22:47:02 -08:00
parent 383fb21c07
commit aea3f47f8b
16 changed files with 2888 additions and 22 deletions
+1 -1
View File
@@ -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,