Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

bcsection-lib.ll
declare void @elf_func()

define i32 @lib_func() {
  call void @elf_func()
  ret i32 0
}