vi / websocat

Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions
MIT License
7.17k stars 278 forks source link

websocat for Windows 11 ARM ? #267

Open slimandslam opened 1 month ago

slimandslam commented 1 month ago

### Is there an ARM build for WIndows 11 ?

vi commented 1 month ago

Currently no.

Windows builds are mostly provided because of it is easy to do so; I don't typically test them.

Is it easy to set up a cross-compilation from Linux to Windows ARM?

Are you open to trying such builds if I make them?

slimandslam commented 1 month ago

I'm just using your x64 Windows binary under Windows Arm. The x64 emulation is sufficient for my needs. I'm not sure if the cross-compilation is easy or not.

vi commented 1 month ago

Here are some sample executables (hello-world and a Websocat4 build). Do they work for you?

aarch64-pc-windows-gnullvm_sample.zip

slimandslam commented 1 month ago

They appear to work. I haven't tried all the websocat functionality tho