brewery v0.1.1 Brewery

Transform Erlang’s Abstract Format to LLVM IR then to native code.

Summary

Functions

Compile :beam_lib.chunks’s abstract code to native code

Functions

compile(arg, compile_path)

Compile :beam_lib.chunks’s abstract code to native code

beam_code |> parse_beam!() |> compile(compile_path) |> File.write("./out")