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 | 0c21af5 | 2020-01-08 11:55:22 | [diff] [blame] | 5 | import './Runtime.js'; |
| 6 | |
Eric Leese | 9307b14 | 2020-01-03 14:19:11 | [diff] [blame] | 7 | import './platform/platform.js'; |
| 8 | import './wasmparser_worker/wasmparser_worker.js'; |
| 9 | |
Tim van der Lippe | 0c21af5 | 2020-01-08 11:55:22 | [diff] [blame] | 10 | Root.Runtime.startWorker('wasmparser_worker_entrypoint'); |