W3cubDocs

/Deno

WebAssembly.ValueType

type ValueType =
| "f32"
| "f64"
| "i32"
| "i64";

Type

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