Searched defs:WasmModuleCompiled (Results 1 – 1 of 1) sorted by relevance
108 struct WasmModuleCompiled { struct109 bool async = false;110 bool streamed = false;111 bool cached = false;112 bool deserialized = false;113 bool lazy = false;114 bool success = false;115 size_t code_size_in_bytes = 0;116 size_t liftoff_bailout_count = 0;117 int64_t wall_clock_duration_in_us = -1;[all …]