weblog 0.3.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
6
7
all: build

build:
	cargo build

docs:
	cargo doc --all --no-deps --target wasm32-unknown-unknown && cargo doc --open