virgil icon indicating copy to clipboard operation
virgil copied to clipboard

Support Windows 64 bit

Open 2dpdlja496or43iq opened this issue 1 year ago • 4 comments

If you are an exclusively Linux user you could still use the MinGW-w64 cross compiler and test running via Wine.

2dpdlja496or43iq avatar Apr 23 '23 12:04 2dpdlja496or43iq

You can likely create a very basic application with wasm2c and a cosmopolitan tiny build, but it wouldn't do much.

The resulting binary, as the cosmo code base itself may be useful for developing a win64 target.

Downchuck avatar Jun 16 '24 17:06 Downchuck

Another option: you can start a WSl server on Visual Studio Code, the the resulting binaries will be for the linux OS but at least you can develop Virgil code under Windows.

kalwalt avatar Jun 18 '24 18:06 kalwalt

Is there a way to call the Windows APIs? Without it we cannot make a useful Windows application.

yoyocat avatar Jun 29 '24 13:06 yoyocat

Not currentl, no.

titzer avatar Jun 30 '24 12:06 titzer