oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
73.03k stars 2.66k forks source link

uWebSocket.js package doesnt work on bun #9785

Open arcinston opened 5 months ago

arcinston commented 5 months ago

What version of Bun is running?

v1.1.0

What platform is your computer?

Darwin 23.4.0 arm64 arm

What steps can reproduce the bug?

just try running uWebSockets with bun as runtime

What is the expected behavior?

No response

What do you see instead?

image

Additional information

No response

arcinston commented 5 months ago

Our Codebase uses uWebsockets , wanted to switch build runtime from node to bun but throws this error

also think this is something which needs to be resolved on uWebSockets end and maybe not bun

7f8ddd commented 5 months ago

Related https://github.com/oven-sh/bun/issues/3110