Make wasm obey backtrace feature, like other targets
This commit is contained in:
parent
6828cf9014
commit
fd37526fa5
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue