edict_deploy
Deploy Edict programs by validating, checking, and compiling them into WASM binaries or Cloudflare Worker bundles for execution.
Instructions
Deploy an Edict program to a target. Runs the full pipeline (validate → check → compile) then packages for the specified target. Targets: 'wasm_binary' (returns WASM + metadata), 'cloudflare' (generates Worker bundle).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ast | Yes | The Edict JSON AST to deploy | |
| target | Yes | Deploy target: 'wasm_binary' or 'cloudflare' | |
| config | No | Target-specific configuration |