weblog 0.2.0

weblog is a crate that defines a set of macros for calling `console.log()` and other members of the browser's console API when targeting Wasm.
Documentation
1
2
3
4
5
#[cfg(feature = "web_sys")]
pub mod web_sys;

#[cfg(feature = "std_web")]
pub mod std_web;