Speed up JavaScript execution with bytecode caching in Bun’s bundler Documentation IndexFetch the complete documentation index at: https://bun.com/docs/llms.txt Use this file to discover all available pages before exploring further. Bytecode caching is a build-time optimization that dramatically improves application startup time by pre-compiling your JavaScript to bytecode. For example, when compi

