Wasm module sections as per spec: https://webassembly.github.io/spec/core/binary/modules.html
pub const Section = enum(u8)
pub const Section = enum(u8) {
custom,
type,
import,
function,
table,
memory,
global,
@"export",
start,
element,
code,
data,
data_count,
_,
}