Build bitcode with zig 🎉

This commit is contained in:
Jared Ramirez 2020-10-25 14:50:31 -07:00
parent 4502471e9a
commit 242eb6f905
17 changed files with 1365 additions and 88 deletions

View file

@ -10,5 +10,6 @@
// and encouraging shortcuts here creates bad incentives. I would rather temporarily
// re-enable this when working on performance optimizations than have it block PRs.
#![allow(clippy::large_enum_variant)]
pub mod bitcode;
pub mod std;
pub mod unique;