Searched defs:WasmDylinkInfo (Results 1 – 1 of 1) sorted by relevance
282 struct WasmDylinkInfo { struct283 uint32_t MemorySize; // Memory size in bytes284 uint32_t MemoryAlignment; // P2 alignment of memory285 uint32_t TableSize; // Table size in elements286 uint32_t TableAlignment; // P2 alignment of table287 std::vector<StringRef> Needed; // Shared library dependencies288 std::vector<WasmDylinkImportInfo> ImportInfo;289 std::vector<WasmDylinkExportInfo> ExportInfo;