Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

WebAssembly.ValueType

type ValueType =
| "anyfunc"
| "externref"
| "f32"
| "f64"
| "i32"
| "i64"
| "v128";

§Type

§
"anyfunc" | "externref" | "f32" | "f64" | "i32" | "i64" | "v128"
[src]