Expand description
Kernel compilation wrapper for the WAVE runtime.
Wraps wave_compiler::compile_source to compile high-level kernel source
code into WAVE binary (.wbin) format. Supports Python, Rust, C++, and
TypeScript source languages.
Functionsยง
- compile_
kernel - Compile kernel source code to a WAVE binary.
- compile_
kernel_ with_ config - Compile kernel source code with a custom configuration.