MCPcopy Create free account
hub / github.com/callstackincubator/polygen / GeneratedSymbol

Interface GeneratedSymbol

packages/codegen/src/codegen/types.ts:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 * Information about an exported WASM symbol generated by wasm2c.
11 */
12export interface GeneratedSymbol<T extends GeneratedEntity = GeneratedEntity> {
13 module: W2CModuleBase;
14 localName: string;
15 mangledLocalName: string;
16 functionSymbolAccessorName: string;
17 target: T;
18}
19
20/**
21 * Information about a generated function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected