Make wasm obey backtrace feature, like other targets
This commit is contained in:
@@ -39,6 +39,7 @@ use os::raw::c_char;
|
|||||||
const DEBUG: bool = false;
|
const DEBUG: bool = false;
|
||||||
|
|
||||||
pub mod args;
|
pub mod args;
|
||||||
|
#[cfg(feature = "backtrace")]
|
||||||
pub mod backtrace;
|
pub mod backtrace;
|
||||||
pub mod cmath;
|
pub mod cmath;
|
||||||
pub mod condvar;
|
pub mod condvar;
|
||||||
|
|||||||
Reference in New Issue
Block a user