HTML: Markup language
CSS: Styling language
JavaScript: Scripting language
Web APIs: Programming interfaces
All web technology
Learn web development
Discover our tools
Get to know MDN better
This section documents the different WebAssembly types.
externref
References a JavaScript value, enabling it to be given to a Wasm module without the need for copying or serializing.
funcref
References a function defined in Wasm, enabling higher-order functions to be used across the Wasm and JavaScript language boundaries.