Skip to main content

Module compiler

Module compiler 

Source
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.