Skip to main content

Try it Live

Run Bytecode examples in the interactive playground

bytecode_t bytecode_init(const uint8_t* code, size_t code_len)

Validation happens during initialization. Invalid bytecode returns null.
Defined in: src/primitives.h

See Also

  • analyze - Complete analysis including validation