A second strings/grep command against the Claude Code binary extracts a list of 563 Rust source filenames, including files like src/runtime/bake/dev_server/mod.rs and src/bundler/bundle_v2.rs, embedded in the compiled binary.
A second command extracting .rs file paths from the binary turns up 563 Rust source filenames, giving direct evidence that Bun's Rust codebase is compiled into the shipped tool.
transcript
Simon Willison: This outputs a list of 563 filenames, starting with these: src/runtime/bake/dev_server/mod.rs src/runtime/bake/production.rs src/bundler/bundle_v2.rs
extends · 1