zig/lib/docs
Ian Johnson b745a96d20 Autodoc: use browser console log levels and simplify panic
Using the browser's `console.error`, etc. functions instead of `console.log` produces prettier output in the console. Additionally, `console.error` in particular includes a stack trace, which is useful for debugging where the error occurred.

Additionally, this commit leverages the enhanced logging to delete the separate `panic` function from the JS code and write it in Zig instead.
2025-02-15 17:29:31 -05:00
..
wasm Autodoc: use browser console log levels and simplify panic 2025-02-15 17:29:31 -05:00
index.html autodoc: fix device width 2025-01-16 21:15:48 +01:00
main.js Autodoc: use browser console log levels and simplify panic 2025-02-15 17:29:31 -05:00