mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-29 08:31:32 +00:00
Update logging to use log
, add command line flag to toggle it
This commit is contained in:
@ -12,6 +12,8 @@
|
||||
|
||||
#[macro_use]
|
||||
extern crate wasmer_runtime_core;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
use lazy_static::lazy_static;
|
||||
use std::cell::UnsafeCell;
|
||||
|
Reference in New Issue
Block a user