zigler v0.3.0 Zigler.Compiler View Source

handles instrumenting elixir code with hooks for zig NIFs.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Zigler.Compiler{
  assembly: [Zigler.Assembler.t()],
  assembly_dir: Path.t(),
  code_file: Path.t(),
  module_spec: Zigler.Module.t(),
  test_dirs: term()
}

Link to this section Functions

Link to this function

assembly_dir(env, module)

View Source
Link to this function

precompile(module)

View Source
precompile(Zigler.Module.t()) :: t() | no_return()