Skip to content

perf: remove nodejs_compat from dynamic worker loaders - #22

Merged
mattzcarey merged 2 commits into
mainfrom
feat/remove-nodejs-compat-from-loaders
Feb 19, 2026
Merged

perf: remove nodejs_compat from dynamic worker loaders#22
mattzcarey merged 2 commits into
mainfrom
feat/remove-nodejs-compat-from-loaders

Conversation

@mattzcarey

Copy link
Copy Markdown
Contributor

Summary

  • Removes nodejs_compat compatibility flag from both dynamic worker loaders (code executor and search executor)
  • The dynamically-loaded workers only use standard Web APIs (fetch, URL, JSON, WorkerEntrypoint) and don't need Node.js compatibility

Test plan

  • Deployed to staging and verified search tool returns results
  • Deployed to staging and verified execute tool successfully calls Cloudflare API

The dynamically-loaded workers only use standard Web APIs (fetch, URL,
JSON, WorkerEntrypoint) and don't need Node.js compatibility.
@mattzcarey
mattzcarey merged commit 9af1948 into main Feb 19, 2026
1 check passed
@mattzcarey
mattzcarey deleted the feat/remove-nodejs-compat-from-loaders branch February 19, 2026 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant