mirror of
https://github.com/fluencelabs/wasmer
synced 2025-07-31 23:32:04 +00:00
chore(runtime-c-api) Update headers.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user