Get to know MDN better
Value types classify the values used in computation.
i32A 32-bit integer. Interpreted as signed or unsigned per instruction.
i64A 64-bit integer. Interpreted as signed or unsigned per instruction.
f32A 32-bit single-precision floating-point value.
f64A 64-bit double-precision floating-point value.
v128A 128-bit vector of packed integer or floating-point data, manipulated by SIMD instructions.
funcrefA reference to a function defined in Wasm, allowing higher-order functions to be called across the Wasm and JavaScript language boundaries.
exnrefRepresents a thrown exception in a Wasm module, allowing it to be rethrown.
externrefA reference to a host value (for example a JavaScript object), opaque to Wasm code.
This page was last modified on May 22, 2026 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.