Data type descriptors, sometimes referred to as "IR" (internal representation). These are short strings which identify the specific data types supported by WASM and/or the JS/WASM glue code.
32-bit signed integer. Aliases: int, *, ** (noting that * and ** may be remapped dynamically to i64 when WASM environments gain 64-bit pointer capabilities).