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 | |||||
5 | import './platform/platform.js'; | ||||
6 | import './wasmparser_worker/wasmparser_worker.js'; | ||||
7 | |||||
8 | // Release build has Runtime.js bundled. | ||||
9 | if (!self.Root || !self.Root.Runtime) { | ||||
10 | self.importScripts('Runtime.js'); | ||||
11 | } | ||||
12 | Root.Runtime.startWorker('wasmparser_worker'); |