WasmExecutor is the future execution seam for sandboxed hook runtimes.
| 4 | |
| 5 | // WasmExecutor is the future execution seam for sandboxed hook runtimes. |
| 6 | type WasmExecutor struct{} |
| 7 | |
| 8 | var _ Executor = (*WasmExecutor)(nil) |
| 9 |
nothing calls this directly
no outgoing calls
no test coverage detected