virgil icon indicating copy to clipboard operation
virgil copied to clipboard

Add Windows batch scripts for JAR and WASM target

Open ghost opened this issue 3 years ago • 1 comments

These are bash scripts: https://github.com/titzer/virgil/tree/master/bin

Running them on Windows requires a POSIX Shell like Cygwin or MSYS2.

I know Windows is not even supported, but the JAR and WASM target do work on Windows.

Having Windows batch scripts the users don't have to install any POSIX Shells.

ghost avatar Dec 13 '22 05:12 ghost

I'm fine with having batch files for Windows. I don't primarily develop on Windows, so someone would have to write them and test them. I found this, which may make it possible that these scripts can run on both platforms.

titzer avatar Dec 14 '22 18:12 titzer