MCPcopy Create free account
hub / github.com/compozy/agh / WasmExecutor

Struct WasmExecutor

internal/hooks/executor_wasm_stub.go:6–6  ·  view source on GitHub ↗

WasmExecutor is the future execution seam for sandboxed hook runtimes.

Source from the content-addressed store, hash-verified

4
5// WasmExecutor is the future execution seam for sandboxed hook runtimes.
6type WasmExecutor struct{}
7
8var _ Executor = (*WasmExecutor)(nil)
9

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected