Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Windows 64 bit #150

Open
2dpdlja496or43iq opened this issue Apr 23, 2023 · 4 comments
Open

Support Windows 64 bit #150

2dpdlja496or43iq opened this issue Apr 23, 2023 · 4 comments

Comments

@2dpdlja496or43iq
Copy link

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

@Downchuck
Copy link

Downchuck commented Jun 16, 2024

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
Copy link

kalwalt commented Jun 18, 2024

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
Copy link
Contributor

yoyocat commented Jun 29, 2024

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

@titzer
Copy link
Owner

titzer commented Jun 30, 2024

Not currentl, no.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants