EnvironmentModule.
Minimal Skeleton
Full Example
See the Shell environment example in the repository for a complete, working environment that executes submitted code as shell commands viash -c. It streams stdout and stderr
back through the host bindings and reports the exit code on completion.
See EnvironmentBindings for the callback
surface and Execution for the state machine
and timeout contracts.