darfink / chakracore-rs

An idiomatic Rust wrapper for the JSRT interface
39 stars 10 forks source link

Build from binaries? #27

Open caracal7 opened 4 years ago

caracal7 commented 4 years ago

Is it possible to build library without full source code only with binary releases?

https://github.com/microsoft/ChakraCore/releases

darfink commented 4 years ago

That's not possible ATM, but I would definitely be interested in adding support for it.

caracal7 commented 4 years ago

Tnx for fast response!

Im trying find the way to build this library under latest Debian inside docker container. And it is very difficult because every time then I changed something I need to download >5Gb of chakra repo.

But under OSX everything is perfect