Make wasm obey backtrace feature, like other targets
This commit is contained in:
parent
6828cf9014
commit
fd37526fa5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user