mirror of
https://github.com/fluencelabs/wasmer
synced 2025-05-07 08:12:14 +00:00
feat(runtime-c-api) Rename wasmer_import_trap
to wasmer_trap
.
This commit is contained in:
parent
176152e7d5
commit
c0b439e66a
@ -698,7 +698,7 @@ pub unsafe extern "C" fn wasmer_import_func_new(
|
||||
/// This function never returns otherwise.
|
||||
#[no_mangle]
|
||||
#[allow(clippy::cast_ptr_alignment)]
|
||||
pub unsafe extern "C" fn wasmer_import_trap(
|
||||
pub unsafe extern "C" fn wasmer_trap(
|
||||
ctx: *const wasmer_instance_context_t,
|
||||
error_message: *const c_char,
|
||||
) -> wasmer_result_t {
|
||||
|
Loading…
x
Reference in New Issue
Block a user