chore(runtime-c-api) Update headers.

This commit is contained in:
Ivan Enderlin
2020-01-10 15:14:18 +01:00
parent 35459c2931
commit 684620435f
2 changed files with 8 additions and 0 deletions

View File

@@ -661,6 +661,11 @@ wasmer_import_object_iter_t *wasmer_import_object_iterate_functions(const wasmer
*/
wasmer_import_object_t *wasmer_import_object_new(void);
/**
* Hello
*/
unsigned int wasmer_import_trap(const wasmer_instance_context_t *ctx, const char *error_message);
/**
* Calls an instances exported function by `name` with the provided parameters.
* Results are set using the provided `results` pointer.