View Source mix fennec.precompile (fennec_precompile v0.1.1)

Download and use precompiled NIFs safely with checksums.

Fennec Precompile is a tool for library maintainers that use :elixir_make and wish to ship precompiled binaries. This tool aims to be a drop-in replacement for :elixir_make.

It helps by removing the need to have the C/C++ compiler and other dependencies installed in the user's machine.

Check the Precompilation Guide for details.

Link to this section Summary

Link to this section Functions

Link to this function

build_native_using_zig(args)

View Source
Link to this function

build_with_targets(args, targets, post_clean)

View Source