chore(runtime-c-api) Update C/C++ header files.

This commit is contained in:
Ivan Enderlin
2019-05-14 16:19:32 +02:00
parent f04e77323b
commit 8bd9bbb508
2 changed files with 2 additions and 2 deletions

View File

@ -215,7 +215,7 @@ wasmer_result_t wasmer_export_func_params_arity(const wasmer_export_func_t *func
*/
wasmer_result_t wasmer_export_func_returns(const wasmer_export_func_t *func,
wasmer_value_tag *returns,
int returns_len);
uint32_t returns_len);
/**
* Sets the result parameter to the arity of the returns of the wasmer_export_func_t