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