Skip to content

Commit

Permalink
wasmer-c-api: adding #[derive(Debug)] for wasmer_result_t (so tha…
Browse files Browse the repository at this point in the history
…t we can do `assert_eq!`)
  • Loading branch information
YaronWittenstein committed Jul 29, 2019
1 parent c767b26 commit 8408260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/runtime-c-api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8408260

Please sign in to comment.