Searched defs:WasmModuleInstantiated (Results 1 – 1 of 1) sorted by relevance
121 struct WasmModuleInstantiated { struct122 bool async = false;123 bool success = false;124 size_t imported_function_count = 0;148 V(WasmModuleInstantiated) \ argument