Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

ident.ll
; RUN: llc < %s -asm-verbose=false -wasm-keep-registers | FileCheck %s

; Test llvm.ident.

target triple = "wasm32-unknown-unknown"

; CHECK: .ident "hello world"

!llvm.ident = !{!0}

!0 = !{!"hello world"}