Consolidate to single debug macro, activate using feature

This commit is contained in:
Brandon Fish
2019-01-28 20:06:57 -06:00
parent 7cf6fee998
commit 948e685dd6
4 changed files with 13 additions and 13 deletions

View File

@ -1,8 +1,7 @@
#[macro_use]
extern crate wasmer_runtime_core;
// extern crate wasmer_emscripten;
#[macro_use]
mod macros;
#[macro_use]
pub mod update;
pub mod webassembly;