You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The proxy_wasm_spec specifies that the second argument for proxy_on_vm_start sould be the VM config size
Since from my knowladge of the code you do not support VM config yet, it would make sense to hard code 0 there with maybe a comment /* TODO VM configuration */
https://github.com/proxy-wasm/spec/blob/main/abi-versions/v0.2.1/README.md#proxy_on_vm_start
The proxy_wasm_spec specifies that the second argument for proxy_on_vm_start sould be the VM config size
Since from my knowladge of the code you do not support VM config yet, it would make sense to hard code 0 there with maybe a comment /* TODO VM configuration */
ngx_wasm_module/src/common/proxy_wasm/ngx_proxy_wasm.c
Line 1216 in 883b627
The text was updated successfully, but these errors were encountered: