Collected sources and patterns will appear here. Add from search or the patterns library.
(WasmExportedFunc, Array<WasmValue>) -> Array<WasmValue>
Call an exported WebAssembly function with host arguments, managing type transitions across the FFI boundary.
Problem it solves
Host runtimes must invoke sandboxed WebAssembly logic while mapping dynamic script types to WebAssembly value types.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.