Wasmtime
|
Errors generated by Wasmtime. More...
#include <wasmtime/error.h>
Errors generated by Wasmtime.
This opaque type represents an error that happened as part of one of the functions below. Errors primarily have an error message associated with them at this time, which you can acquire by calling wasmtime_error_message.
Errors are safe to share across threads and must be deleted with wasmtime_error_delete.