package internal type ABI string const ( CWA ABI = "cwa" Dagger ABI = "dagger" ) type Handler struct { WASM []byte `json:"wasm"` ABI string `json:"abi"` }