wasmer-c-api: adding #[derive(Debug)] for wasmer_result_t (so that we can do assert_eq!)

This commit is contained in:
Yaron Wittenstein 2019-07-29 17:10:17 +03:00
parent c767b265d7
commit 8408260edd

View File

@ -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 {