grafos tasklet
Build, inspect, and sign tasklets. The build subcommand compiles every declared tasklet to WASM and writes a SHA-256-named artifact under .grafos/tasklets/.
grafos tasklet
Build declared tasklet targets into content-addressed WASM artifacts
Usage: grafos tasklet [OPTIONS] <COMMAND>
Commands: build Compile all tasklets declared in grafos.toml help Print this message or the help of the given subcommand(s)
Options: --fabric <FABRIC> Fabric address (host:port). Overrides GRAFOS_FABRIC env var [env: GRAFOS_FABRIC=] --json Output in JSON format for scripting --wide Show additional columns in table output --no-color Disable color output --pool <POOL> Pool name (default: "default") [default: default] -h, --help Print help -V, --version Print versiongrafos tasklet build
Compile all tasklets declared in grafos.toml
Usage: grafos tasklet build [OPTIONS]
Options: --fabric <FABRIC> Fabric address (host:port). Overrides GRAFOS_FABRIC env var [env: GRAFOS_FABRIC=] --target <TARGET> Rust target triple to build. Phase 204 defaults to the single-memory Tasklet Profile v0 target with no WASI imports [default: wasm32-unknown-unknown] --debug Build without --release. Useful while iterating locally; release remains the product/default path --json Output in JSON format for scripting --keep-build-dir Keep the per-tasklet generated build crates for inspection --wide Show additional columns in table output --no-color Disable color output --pool <POOL> Pool name (default: "default") [default: default] -h, --help Print help -V, --version Print version