Searched refs:wasmConfig (Results 1 – 2 of 2) sorted by relevance
282 let wasmConfigStr = e.data.wasmConfig;284 let wasmConfig = JSON.parse(wasmConfigStr); variable285 let wasmConfigs = wasmConfig.WasmFiles;302 let configs = wasmConfigs.filter((wasmConfig: any) => {303 return wasmConfig.componentId == componentID;
151 wasmConfig: sdkWasmConfig,