Skip to main content
type alias WebAssembly.ValueType

Definition

"f32"
| "f64"
| "i32"
| "i64"
Back to top