Eric Leese | 9307b14 | 2020-01-03 14:19:11 | [diff] [blame] | 1 | // Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
Tim van der Lippe | 6d51bf0 | 2020-03-18 12:15:14 | [diff] [blame] | 5 | import './RuntimeInstantiator.js'; |
Eric Leese | 9307b14 | 2020-01-03 14:19:11 | [diff] [blame] | 6 | import './platform/platform.js'; |
| 7 | import './wasmparser_worker/wasmparser_worker.js'; |
| 8 | |
Tim van der Lippe | 6d51bf0 | 2020-03-18 12:15:14 | [diff] [blame] | 9 | import {startWorker} from './RuntimeInstantiator.js'; |
| 10 | |
| 11 | startWorker('wasmparser_worker_entrypoint'); |