Skip to content

Commit

Permalink
Make wasm obey backtrace feature, like other targets
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanhs committed Jan 7, 2018
1 parent 6828cf9 commit fd37526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libstd/sys/wasm/mod.rs
Expand Up @@ -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;
Expand Down

0 comments on commit fd37526

Please sign in to comment.