Skip to content

Commit e7dd817

Browse files
authored
chore: update fossilize to 0.6.0 (V8 code cache support) (#1012)
Updates fossilize to v0.6.0 which automatically enables V8 code cache for binaries matching the build host platform. **Impact:** The linux-x64 binary (built on ubuntu-latest in CI) gets ~15% faster startup (~740ms vs ~870ms) from pre-compiled V8 bytecode. Cross-compiled binaries (darwin, windows, linux-arm64) are unaffected — code cache is CPU-architecture-specific. See BYK/fossilize#8 for the fossilize change.
1 parent 70460bc commit e7dd817

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"consola": "^3.4.2",
3333
"esbuild": "^0.25.0",
3434
"fast-check": "^4.5.3",
35-
"fossilize": "^0.5.0",
35+
"fossilize": "^0.6.0",
3636
"hono": "^4.12.15",
3737
"http-cache-semantics": "^4.2.0",
3838
"ignore": "^7.0.5",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)