-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support cloudflare wrangler #7290
Comments
Here is the execArgv support issue: #4130 |
Duplicate of #4130 |
Still not working yet unfortunately, waiting for #8867 to work for unstable_dev, for anyone stumbling upon this |
As well as #4165 |
Just ran across this and it still doesn't fully work for me. Put up a reproduction here: https://github.com/jbergstroem/bun-wrangler-test - basically the code you shared above plus an entrypoint:
|
What is the problem this feature would solve?
Error when trying to use wrangler, e.g. to run a test for a cloudflare worker.
Message
[bun] Warning: worker_threads.Worker option "execArgv" is not implemented.
Code example
What is the feature you are proposing to solve the problem?
Add support for execArgv and thus for wrangler.
What alternatives have you considered?
Use vitest/jest.
The text was updated successfully, but these errors were encountered: