ark-api-ffi 0.17.0-pre.15

Ark low-level Wasm FFI API
Documentation
define_api_id!(3, "core-v2");

#[link(wasm_import_module = "ark-core-v2")]
extern "C" {
    pub fn core__register_panic(
        err_msg_ptr: *const u8,
        err_msg_len: u32,
        location_file_ptr: *const u8,
        location_file_len: u32,
        location_line: u32,
        location_column: u32,
    ) -> crate::ErrorCode;
}