mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-28 08:01:33 +00:00
Update logging to use log
, add command line flag to toggle it
This commit is contained in:
@ -10,11 +10,13 @@
|
||||
#![doc(html_favicon_url = "https://wasmer.io/static/icons/favicon.ico")]
|
||||
#![doc(html_logo_url = "https://avatars3.githubusercontent.com/u/44205449?s=200&v=4")]
|
||||
|
||||
#[macro_use]
|
||||
extern crate wasmer_runtime_core;
|
||||
// extern crate wasmer_emscripten;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
#[macro_use]
|
||||
pub mod update;
|
||||
#[cfg(feature = "debug")]
|
||||
pub mod logging;
|
||||
pub mod utils;
|
||||
pub mod webassembly;
|
||||
|
Reference in New Issue
Block a user