deed_run
Runs a Deed program's main and reports what it prints. Refuses to run if the program lacks proper checks or asks for capabilities beyond the server's scope, such as file I/O.
Instructions
Run a Deed program's main and report what it printed. Refuses before running if the program does not check, or if main's row asks for a capability this server does not hand out: there is no filesystem here, so a program that reads or writes files is refused rather than failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | The whole text of one Deed module. |