buzz icon indicating copy to clipboard operation
buzz copied to clipboard

Windows support

Open giann opened this issue 3 years ago • 2 comments

Make it work on Windows:

  • build MIR for windows
  • does pcre for windows?
  • io and fs apis are somewhat different for windows

giann avatar Sep 01 '22 09:09 giann

Progress:

  • [x] Compiling
  • [x] PCRE: built in build.zig
  • [x] Mimalloc: built in build.zig
  • [ ] MIR: built with build.zig but fails at runtime

giann avatar Jul 11 '23 14:07 giann

if it helps the Go standard library is pretty readable:

https://github.com/golang/go/blob/go1.20.6/src/os/file_windows.go

ghost avatar Jul 27 '23 18:07 ghost