Skip to main content

type alias WebAssembly.ValueType

The data type of a WebAssembly value, used to describe globals.

Definition #

"f32"
| "f64"
| "i32"
| "i64"

Did you find what you needed?

Privacy policy