Open Jing-ze opened 4 months ago
In the ABI Spec, most functions use pointers as input parameters to get return values. How can the ABI implement in languages that do not support obtaining variable address using pointer, such as TypeScript, Python?
For example: proxy_get_header_map_value
input parameter use uint8_t** return_value_data to get the return value
In the ABI Spec, most functions use pointers as input parameters to get return values. How can the ABI implement in languages that do not support obtaining variable address using pointer, such as TypeScript, Python?