@@ -691,10 +691,10 @@ func (m *middleware) instantiateHost(ctx context.Context) (wazeroapi.Module, err
691691		WithParameterNames ("kind" , "name" , "name_len" , "buf" , "buf_limit" ).Export (handler .FuncGetHeaderValues ).
692692		NewFunctionBuilder ().
693693		WithGoModuleFunction (wazeroapi .GoModuleFunc (m .setHeaderValue ), []wazeroapi.ValueType {i32 , i32 , i32 , i32 , i32 }, []wazeroapi.ValueType {}).
694- 		WithParameterNames ("kind" , "name" , "name_len" , "value" , "value " ).Export (handler .FuncSetHeaderValue ).
694+ 		WithParameterNames ("kind" , "name" , "name_len" , "value" , "value_len " ).Export (handler .FuncSetHeaderValue ).
695695		NewFunctionBuilder ().
696696		WithGoModuleFunction (wazeroapi .GoModuleFunc (m .addHeaderValue ), []wazeroapi.ValueType {i32 , i32 , i32 , i32 , i32 }, []wazeroapi.ValueType {}).
697- 		WithParameterNames ("kind" , "name" , "name_len" , "value" , "value " ).Export (handler .FuncAddHeaderValue ).
697+ 		WithParameterNames ("kind" , "name" , "name_len" , "value" , "value_len " ).Export (handler .FuncAddHeaderValue ).
698698		NewFunctionBuilder ().
699699		WithGoModuleFunction (wazeroapi .GoModuleFunc (m .removeHeader ), []wazeroapi.ValueType {i32 , i32 , i32 }, []wazeroapi.ValueType {}).
700700		WithParameterNames ("kind" , "name" , "name_len" ).Export (handler .FuncRemoveHeader ).
0 commit comments