Theengine,AntSilverishand-built,notawrapperaroundV8,JSC,orSpiderMonkey.TheJITcompilerusesaforkof[MIR](https://github.com/themackabu/mir), a lightweight backend that enables near compiled performance.
Anttargetsthe[WinterTCMinimumCommonAPI](https://min-common-api.proposal.wintertc.org/) specification, the standard for server-side JavaScript interoperability developed by Ecma TC55.
Measuresthetimetoimport[Hono](https://hono.dev), register routes, and exit. Each runtime loads the same `bench-coldstart.js` script from `examples/npm/hono/` that creates a Hono app with two routes, prints "ready", and calls `process.exit(0)`. No HTTP server is actually started, this isolates module resolution and initialization overhead.