skill-runtime 0.3.0

Core execution engine for Skill - WASM sandbox, Docker runtime, and native skill execution
Documentation
1
2
3
4
5
// Generate WIT bindings at compile time
fn main() {
    // Tell cargo to rerun if WIT files change
    println!("cargo:rerun-if-changed=../../wit");
}