How to use / enable 'eval()' in workers?

I would love to use eval in my workers code and I fully understand the risks of it. It seems the PR has made it available in workerd and workers SDK, is it available on CF workers as well yet? How can I enable it? https://github.com/cloudflare/workerd/pull/1338
GitHub
Implement an UnsafeEval binding by jasnell · Pull Request #1338 ·...
This adds a new UnsafeEval binding APi that is intended only for use with workerd and only when the --experimental flag is specified. See the included test for an example on how to use it. console....
2 Replies
kian
kian7mo ago
is it available on CF workers as well yet
Nope, this is exclusively for workerd and not Cloudflare Workers.
dwayn
dwayn7mo ago
thanks!