Collected sources and patterns will appear here. Add from search or the patterns library.
(Instance, string) -> Callable
Extract and resolve an exported function or global from an active WebAssembly instance by string name.
Problem it solves
The host needs dynamic access to specific execution entrypoints and data boundaries defined in the guest code.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.