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