Avatar for the cloudflare user
cloudflare
workerd
BlogDocsChangelog

Branches performance

Pull requests

Add WORKER_LOADER.load() for one-off workers. #6316
last run
2 hours ago
Add WORKER_LOADER.load() for one-off workers. `LOADER.load(code)` is equivalent to `LOADER.get(null, () => code)`. This change got annoying to the pesky detail that the system might call the callback multiple times, forcing me to create clone() methods for a bunch of structures so that I could build the structure ones and return a clone on every call. The source code itself is refcounted between these clones, at least.
3 hours ago
8969e17
kenton/worker-loader-load
CodSpeed Performance Gauge
0%
save 8 bytes per wrappable instance
5 hours ago
94849fb
yagiz/reduce-wrappable-size
CodSpeed Performance Gauge
0%
handle RSA_R_INTERNAL_ERROR as a user-facing error#6314
last run
3 hours ago
handle RSA_R_INTERNAL_ERROR as a user-facing error
7 hours ago
fcbe7c4
yagiz/fix-rsa-error
CodSpeed Performance Gauge
0%
fix X509Certificate::parse() throwing internal error for invalid input
8 hours ago
1b5ccb1
yagiz/fix-x509-certificate
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home Terms Privacy Docs