You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: made web_log! cross-platform and only needing perseus
Before, it only worked in the browser, and needed `wasm_bindgen` and
`web_sys` as dependencies of the user's crate. Now, it's entirely
self-contained, and will use the logging function appropriate to its platform!
0 commit comments