This library is in flux. APIs may change without notice. Generated from source with koruc 0.1.7 on 8/19/2026.

Emitter

~import std/emitter

Emitter Wrapper - Koru Events for Emitter Zig Library

emitter.kz · 1 tors

Emitter Wrapper - Koru Events for Emitter Zig Library Makes the Zig emitter available as Koru events at backend runtime. Usage: import std/emitter emit.program(ast: my_ast, allocator: allocator) | emitted code |> use(code.zig_code) | failed e |> handle(e.message)