Something went wrong. Try again.
we (web engine): Experimental web browser project to understand the limits of Claude
Something went wrong. Try again.
Implement Console API: console.log, console.error, console.warn master
Add the Console API as built-in JS globals (Phase 11, issue 1 of 8). - ConsoleOutput trait with configurable output sink (default: stdout/stderr) - console.log/info/debug write to the log channel - console.error writes to the error channel - console.warn writes to the warn channel - Rich formatting: arrays show contents, objects show properties - Cycle detection and depth limiting for nested structures - Vm::set_console_output() for redirecting output (dev tools, testing) - 14 tests covering all methods, formatting, and channel routing Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Author Pierre Le Fevre Co-author Claude Opus 4.6 (1M context) Committer Tangled Date (Mar 26, 2026, 8:21 PM UTC) Commit d1aa7c30 d1aa7c305cd91238fe8a82366296833fb649df3c Parent ac9cde61 ac9cde61f21c76ff7c3cf309784fedaed18ad922