wasm-tracing
A maintained fork of tracing-wasm that is compatible with the latest tracing and wasm-bindgen versions.
Leverage performance profiling with your browser tools with the tracing crate.
Note: wasm_tracing uses the global JavaScript console and performance objects. It will not work in environments where one or both of these are not available, such as Node.js or Cloudflare Workers.
Usage
For the simplest out of the box set-up, you can simply set wasm_tracing as your default tracing Subscriber in wasm_bindgen(start)
We have this declared in our ./src/lib.rs