Replies: 1 comment 1 reply
-
Windows port is not finished yet. So it is not officially supported and tested minimally. The major obstacle is implementation of C setjmp/longjmp. Windows port implements Win ABI. I'd recommend to start from .github/workflows/AMD64-Linux-OSX-Windows-test.yml. It is a github action file which is used to build an test MIR for Windows (see windows part of the file). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I am using Windows x86_64 as my dev device. I am able to generate a simple mir file.
How would I run this mir file as a JIT executable?
Does MIR supports Windows as of yet?
Beta Was this translation helpful? Give feedback.
All reactions