mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-29 08:31:32 +00:00
Add initial error messaging
This commit is contained in:
@ -114,6 +114,10 @@ wasmer_compile_result_t wasmer_instantiate(wasmer_instance_t **instance,
|
||||
uint32_t wasm_bytes_len,
|
||||
wasmer_import_object_t *import_object);
|
||||
|
||||
int wasmer_last_error_length(void);
|
||||
|
||||
int wasmer_last_error_message(char *buffer, int length);
|
||||
|
||||
uint8_t *wasmer_memory_data(wasmer_memory_t *mem);
|
||||
|
||||
uint32_t wasmer_memory_data_length(wasmer_memory_t *mem);
|
||||
|
Reference in New Issue
Block a user