Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 670 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 670 Bytes

bpftime-vm cli tool

# bpftime-vm
Usage: bpftime-vm [--help] [--version] {build,run}

Optional arguments:
  -h, --help     shows help message and exits 
  -v, --version  prints version information and exits 

Subcommands:
  build         Build native ELF(s) from eBPF ELF. Each program in the eBPF ELF will be built into a single native ELF
  run           Run an native eBPF program

A CLI compiler for AOT of llvm-jit.

It can build ebpf ELF into native elf, or execute compiled native ELF. Helpers and relocations are not supported. For helpers and maps, please use bpftime aot cli in the bpftime/tools