Open
Description
Feature Request
Crates
tracing = "0.1.13"
tracing-subscriber = "0.2.3"
Motivation
To use Tracing in web frontend in addition to web backend.
Proposal
Support the build targets wasm32-unknown-unknown
and wasm32-wasi
.
Alternatives
Using a different tracing package for the frontend would introduce unnecessary complexity.