mozilla / mentat

UNMAINTAINED A persistent, relational store inspired by Datomic and DataScript.
https://mozilla.github.io/mentat/
Apache License 2.0
1.65k stars 115 forks source link

Enable Rust library to be built with bitcode on iOS #611

Closed fluffyemily closed 6 years ago

fluffyemily commented 6 years ago

Currently, building on Xcode with bitcode enabled fails as the Rust library is not built Bitcode compatible. This issue tracks enabling the library to be build with Bitcode enabled so we don't force iOS developers to disable Bitcode on their apps.

fluffyemily commented 6 years ago

https://github.com/alexcrichton/rust/commit/d2855b06c874f0a6f2a3ce990fbd608a76b7c88b?diff=unified

rnewman commented 6 years ago

This was actually merged:

https://github.com/rust-lang/rust/commit/3b6412b94324b10f698a18ea5766ef6ff8921ae8

fluffyemily commented 6 years ago

Yes, I think if we upgrade our Rust version we will get bitcode for free