zigler v0.3.2 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 Sourcet() :: %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
precompile(module)
View Sourceprecompile(Zigler.Module.t()) :: t() | no_return()