mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-18 19:31:22 +00:00
chore(runtime-c-api) Update C/C++ header files.
This commit is contained in:
@ -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_result_t wasmer_export_func_returns(const wasmer_export_func_t *func,
|
||||||
wasmer_value_tag *returns,
|
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
|
* Sets the result parameter to the arity of the returns of the wasmer_export_func_t
|
||||||
|
@ -192,7 +192,7 @@ wasmer_result_t wasmer_export_func_params_arity(const wasmer_export_func_t *func
|
|||||||
/// and `wasmer_last_error_message` to get an error message.
|
/// and `wasmer_last_error_message` to get an error message.
|
||||||
wasmer_result_t wasmer_export_func_returns(const wasmer_export_func_t *func,
|
wasmer_result_t wasmer_export_func_returns(const wasmer_export_func_t *func,
|
||||||
wasmer_value_tag *returns,
|
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
|
/// Sets the result parameter to the arity of the returns of the wasmer_export_func_t
|
||||||
/// Returns `wasmer_result_t::WASMER_OK` upon success.
|
/// Returns `wasmer_result_t::WASMER_OK` upon success.
|
||||||
|
Reference in New Issue
Block a user