diff --git a/wacker/wacker.go b/wacker/wacker.go index cb2aab2..f79a7ed 100644 --- a/wacker/wacker.go +++ b/wacker/wacker.go @@ -32,7 +32,7 @@ const ( ProgramStatusError uint32 = 2 ProgramStatusStopped uint32 = 3 - ProgramTypeWASI uint32 = 0 + ProgramTypeCLI uint32 = 0 ProgramTypeHTTP uint32 = 1 )