Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
GoFunction -> WasmImport
Expose host-language functions to a guest virtual machine by mapping native signatures to the runtime's stack interface.
Problem it solves
Guest code in a sandbox needs to securely and transparently call host-native capabilities.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.