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

This commit is contained in:
Ivan Enderlin
2019-05-14 11:50:10 +02:00
parent f68379a6df
commit 2b250c30f3
2 changed files with 4 additions and 4 deletions

View File

@ -390,9 +390,9 @@ wasmer_result_t wasmer_import_func_returns_arity(const wasmer_import_func_t *fun
wasmer_result_t wasmer_instance_call(wasmer_instance_t *instance,
const char *name,
const wasmer_value_t *params,
int params_len,
uint32_t params_len,
wasmer_value_t *results,
int results_len);
uint32_t results_len);
/**
* Gets the `data` field within the context.