Functions
fn atomicsOpcode(op: AtomicsOpcode) u32
Returns the integer value of an
AtomicsOpcode
. Used by the Zig compiler to wr…Returns the integer value of an
AtomicsOpcode
. Used by the Zig compiler to write instructions to the wasm binary filefn miscOpcode(op: MiscOpcode) u32
Returns the integer value of an
MiscOpcode
. Used by the Zig compiler to write…Returns the integer value of an
MiscOpcode
. Used by the Zig compiler to write instructions to the wasm binary filefn simdOpcode(op: SimdOpcode) u32
Returns the integer value of an
SimdOpcode
. Used by the Zig compiler to write…Returns the integer value of an
SimdOpcode
. Used by the Zig compiler to write instructions to the wasm binary file
Values
block_empty | u8 | Represents a block which will not return a value |
element_type | u8 | |
function_type | u8 | |
magic | [4]u8 | |
page_size | type | |
result_type | u8 | |
version | [4]u8 |