enumstd.wasm.Section[src]

Fields

custom
type
import
function
table
memory
global
@"export"
start
element
code
data
data_count
_

Source Code

Source code
pub const Section = enum(u8) {
    custom,
    type,
    import,
    function,
    table,
    memory,
    global,
    @"export",
    start,
    element,
    code,
    data,
    data_count,
    _,
}