pepyakin / binaryen-rs

Binaryen bindings for Rust.
Apache License 2.0
74 stars 17 forks source link

Fix ARM builds #58

Closed NicholasLYang closed 3 years ago

NicholasLYang commented 3 years ago

Closes #57

In ARM c_char is u8, not i8, so we get a type mismatch error. I changed the translateToFuzz call to cast to c_char instead.