Home
last modified time | relevance | path

Searched refs:wasmConfig (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/ide/src/trace/database/
DTraceWorker.ts282 let wasmConfigStr = e.data.wasmConfig;
284 let wasmConfig = JSON.parse(wasmConfigStr); variable
285 let wasmConfigs = wasmConfig.WasmFiles;
302 let configs = wasmConfigs.filter((wasmConfig: any) => {
303 return wasmConfig.componentId == componentID;
DSqlLite.ts151 wasmConfig: sdkWasmConfig,