mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-12 00:21:20 +00:00
wasmer-c-api: adding #[derive(Debug)]
for wasmer_result_t
(so that we can do assert_eq!
)
This commit is contained in:
@ -97,6 +97,7 @@ pub mod table;
|
||||
pub mod trampoline;
|
||||
pub mod value;
|
||||
|
||||
#[derive(Debug)]
|
||||
#[allow(non_camel_case_types)]
|
||||
#[repr(C)]
|
||||
pub enum wasmer_result_t {
|
||||
|
Reference in New Issue
Block a user