re-enable wasm api logger

This commit is contained in:
John Smith
2022-03-15 09:51:45 -04:00
parent ca85b555aa
commit 243c53606e
7 changed files with 38 additions and 35 deletions

View File

@@ -4,9 +4,7 @@
#[macro_use]
extern crate alloc;
#[cfg(not(target_arch = "wasm32"))]
mod api_logger;
mod attachment_manager;
mod callback_state_machine;
mod connection_manager;