burrito-elixir / burrito

Wrap your application in a BEAM Burrito!
MIT License
951 stars 33 forks source link

Rustler with Burrito #139

Open phanmn opened 6 months ago

phanmn commented 6 months ago

Hi, thank you for great project!

I'm having a project which using a rustler nif package, I'm trying to compile my project on Windows host but the binary return Error: FileNotFound!.

So the question is how can I compile the project in linux with rustler nif package which can using on Windows?

Please help. Thank you!

doawoo commented 6 months ago

Hey there! We don't have support for rustler just yet... but i'll leave this open to track.

phanmn commented 6 months ago

Thanks @doawoo for your response!

Can you give me some hints so I can start to make Burrito can work on Windows.

Thanks

doawoo commented 6 months ago

Can you provide me with at a minimum the mix.exs file for the project you are running into issues on? I'll have to try and reproduce things on my end.

Also, we don't support building on Windows but targeting windows from Linux or MacOS.