Open
Description
When wasm implements the ResponseBody function and is called using v2, an error will be reported
func (ctx *httpContext) OnHttpResponseBody(numHeaders int, endOfStream bool) types.Action {
proxywasm.ReplaceHttpResponseBody([]byte("proxywasm.ReplaceHttpResponseBody"))
return types.ActionContinue
}
[wazero][instance] Start failed to instantiate module, err: "proxy_set_buffer_bytes" is not exported in module "env"
Metadata
Assignees
Labels
No labels