WebAssembly.ValueType
type ValueType =| "f32"| "f64"| "i32"| "i64";
Тип
"f32" | "f64" | "i32" | "i64"
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/WebAssembly.ValueType
type ValueType =| "f32"| "f64"| "i32"| "i64";
"f32" | "f64" | "i32" | "i64"
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/WebAssembly.ValueType
|
|