Zig.Compiler (zigler v0.9.1) View Source

handles instrumenting elixir code with hooks for zig NIFs.

Link to this section Summary

Link to this section Types

Specs

t() :: %Zig.Compiler{
  assembly: [Zig.Assembler.t()],
  assembly_dir: Path.t(),
  code_file: Path.t(),
  compiler_target: atom(),
  module_spec: Zig.Module.t(),
  test_dirs: term()
}

Link to this section Functions

Link to this function

assembly_dir(env, module)

View Source

Specs

precompile(Zig.Module.t()) :: t() | no_return()