Functions§
- lanes_
program_ ⚠free - Free a Program handle.
- lanes_
program_ ⚠from_ binary - Parse a native LANES binary buffer into a Program handle.
- lanes_
program_ ⚠from_ text - Parse assembly text (null-terminated UTF-8) into a Program handle.
- lanes_
program_ ⚠instruction_ count - Query instruction count.
- lanes_
program_ ⚠to_ binary - Serialize a Program to native LANES binary format.
Caller must free the returned buffer with
lanes_free_bytes(out_data, out_len). - lanes_
program_ ⚠to_ text - Print a Program as assembly text.
Caller must free the returned string with
lanes_free_string(). - lanes_
program_ ⚠version - Query program version.