Safely executing code, one request at a time
Receive request
Validate data
Load WebAssembly
Create WebAssembly module
stdin
, command line arguments and environment variables, and
configure runtime resource limits.Execute code
Return response
stdout
and stderr
from the execution,
along with the program’s exit code.