Searched defs:WasmDylinkInfo (Results 1 – 1 of 1) sorted by relevance
50 struct WasmDylinkInfo { struct51 uint32_t MemorySize; // Memory size in bytes52 uint32_t MemoryAlignment; // P2 alignment of memory53 uint32_t TableSize; // Table size in elements54 uint32_t TableAlignment; // P2 alignment of table55 std::vector<StringRef> Needed; // Shared library dependencies56 std::vector<WasmDylinkImportInfo> ImportInfo;57 std::vector<WasmDylinkExportInfo> ExportInfo;