rust-extensions icon indicating copy to clipboard operation
rust-extensions copied to clipboard

Will the rust-extensions support Windows?

Open jiangliu opened this issue 3 years ago • 3 comments

Seems currently implementation supports UNIX-like OSs only, is there any plan for Windows or it's ok to focus on Unix-like OSs?

jiangliu avatar Dec 12 '21 12:12 jiangliu

I don't have windows environment, so I haven't tried it. But it would be good to support all platforms though. I think a good starting point would be to get ttrpc-rust running on windows CI, to make sure nothing is broken. Rust extensions should be straightforward to port

mxpv avatar Dec 12 '21 18:12 mxpv

It would be great to support Windows, but it does need some efforts. So how about marking it as an TODO?

jiangliu avatar Dec 13 '21 02:12 jiangliu

Sure, let's keep this open

mxpv avatar Dec 13 '21 02:12 mxpv

was able to get most of the shim related code to build using https://github.com/containerd/ttrpc-rust/issues/132 with a few tweaks

jsturtevant avatar Feb 08 '23 19:02 jsturtevant