titzer / virgil

A fast and lightweight native programming language
1.23k stars 44 forks source link

Support Windows 64 bit #150

Open 2dpdlja496or43iq opened 1 year ago

2dpdlja496or43iq commented 1 year ago

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

Downchuck commented 3 months ago

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.

kalwalt commented 3 months ago

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.

yoyocat commented 3 months ago

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

titzer commented 3 months ago

Not currentl, no.