Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

file-headers.ll
; RUN: llc -filetype=obj %s -o - | llvm-readobj --file-headers - | FileCheck %s

target triple = "wasm32-unknown-unknown"

; CHECK: Format: WASM{{$}}
; CHECK: Arch: wasm32{{$}}
; CHECK: AddressSize: 32bit{{$}}
; CHECK: Version: 0x1{{$}}