gnzlbg / ctest

Automatic testing of FFI bindings for Rust
https://docs.rs/ctest
Apache License 2.0
122 stars 29 forks source link

Added wasm32 #57

Open mikelodder7 opened 5 years ago

mikelodder7 commented 5 years ago

Signed-off-by: Michael Lodder redmike7@gmail.com

Not sure if this is what you want but it allows me to compile other C libraries for wasm32 now.

alexcrichton commented 5 years ago

Thanks! I dont think this handles the wasm32-unknown-unknown target though? There should already be a case that handles emscripten just below this one