Valtype
Enum representing all Wasm value types as per spec: https://webassembly.github.io/spec/core/binary/types.html
Fields of this type
Fields
- i32:i32
- = 0x7F
- i64:i64
- = 0x7E
- f32:f32
- = 0x7D
- f64:f64
- = 0x7C
- v128:v128
- = 0x7B
Enum representing all Wasm value types as per spec: https://webassembly.github.io/spec/core/binary/types.html
Fields of this type