web_logger icon indicating copy to clipboard operation
web_logger copied to clipboard

Support web-sys by default.

Open jetli opened this issue 5 years ago • 1 comments

Currently this crate is using stdweb, and not supporting web-sys, can we support web-sys and use web-sys by default to avoid a stdweb dependency in a web-sys project, like what the Yew repo does.

jetli avatar May 03 '20 10:05 jetli

There is a PR to support web-sys (#4), but the Yew repo has switched to wasm-logger in its examples (https://github.com/yewstack/yew/pull/1181)

Stigjb avatar May 03 '20 10:05 Stigjb