Make wasm obey backtrace feature, like other targets

This commit is contained in:
Aidan Hobson Sayers 2018-01-07 02:54:02 +00:00
parent 6828cf9014
commit fd37526fa5

View File

@ -39,6 +39,7 @@ use os::raw::c_char;
const DEBUG: bool = false;
pub mod args;
#[cfg(feature = "backtrace")]
pub mod backtrace;
pub mod cmath;
pub mod condvar;