Parent: #164 Depends on: #166 Establish Bun’s exact core src/jsc denominator separately from bundled C libraries and wider runtime bindings. Acceptance: - [x] Pin Bun revision 4982b91e3702094330f3be3883354c52b8c01323 and every src/jsc file containing a legacy/private extern fn declaration. - [x] Record every unique symbol, normalized signature/digest, source location/hash, classification, status, and calling convention. - [x] Classify public-C overlap, platform imports, and private-JSC entries with zero duplicates/unclassified entries. - [x] Publish an exact Home-vs-Bun core source/symbol diff so neither profile is inferred from the other. - [x] Add revision/source/signature/status drift gates and keep broader Bun runtime/generated bindings explicitly out of this core slice.
Parent: #164
Depends on: #166
Establish Bun’s exact core src/jsc denominator separately from bundled C libraries and wider runtime bindings.
Acceptance: