Searched defs:WasmDylinkInfo (Results 1 – 1 of 1) sorted by relevance
39 struct WasmDylinkInfo { struct40 uint32_t MemorySize; // Memory size in bytes41 uint32_t MemoryAlignment; // P2 alignment of memory42 uint32_t TableSize; // Table size in elements43 uint32_t TableAlignment; // P2 alignment of table44 std::vector<StringRef> Needed; // Shared library dependencies