Files
browser/src
Karl Seguin 5f05de30a6 Improve the debug ergonomics of the Env generic.
Previously, we were passing our WebAPIs directly as an anonymous tuple. This
resulted in Env(T) having an _awful_ name - a name composed of hundreds of
classes.

By wrapping the anonymous tuple into a normal struct, the Env now gets a sane
name which helps improve stack traces (and profiling, and debugging, ...)
2025-05-05 16:03:55 +08:00
..
2025-02-27 16:09:10 +08:00
2025-04-23 08:28:20 +08:00
2025-03-19 16:28:15 +01:00
2025-02-26 21:00:43 +08:00
2025-03-19 16:28:15 +01:00
2025-04-15 15:18:04 +08:00
2025-04-15 21:16:20 +08:00
2025-04-29 10:22:08 +08:00