Open KimPlaybit opened 2 months ago
That would be nice. I had to do the same workaround as OP to get my dev env. running.
Hi, I've opened the PR #2997 in order to contribute. Feel free to help me with the configuration of bazel since it's the first time I touch this kind of stuff.
I dont know what side-effects this brings.
Probably nothing, I think the binary exe run under emulation of x86_64 on the ARM64.
I was not able to connect to a pg db with workerd for windows x64, under windows arm64. I'm using prisma + hono + wrangler@3 and the request was running indefinitely without error message or timeout. Only solution found was to rollback on wrangler@2. Just for your information if somebody has the same behavior.
What would you like?
Run a web application with Workerd on a computer with Win32-Arm64 OS.
Why is this needed? With Asus recently releasing laptops with Qualcomm CPUs, this will be more and more requested. See The Asus Vivobook S 15.
Other I managed to start my Web app with workerd regardless.
By adding in "win32 arm64 LE": "@cloudflare/workerd-windows-64" in Install.js as a knownPackage. I dont know what side-effects this brings.