Snapshotmain · 8326d1b
A Rust-first native core hosts JavaScriptCore and shares parsers, networking, and package logic across commands.
Click a building or route
System map8 components · 10 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
JavaScriptCoreWebKit's JavaScript engine, embedded by Bun for parsing and executing JavaScript.
How to study this repo
- 1Dispatch a command
Trace the binary's selection of run, build, install, or test behavior.
- 2Load one module
Follow a specifier through native resolution into JavaScriptCore evaluation.
- 3Compare shared machinery
See which module and runtime services are reused by build and test commands.