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
docs:
	cargo doc --all --no-deps --target wasm32-unknown-unknown && cargo doc --open