blob: 9e982dfd3c3d19f3f62f82b2e201442c55adcc39 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import './RuntimeInstantiator.js';
import './platform/platform.js';
import './worker_service/worker_service.js';
import {startWorker} from './RuntimeInstantiator.js';
startWorker('lighthouse_worker');