blob: cd8ee81e7114f1cf52beb200dbc25f126c1baeb9 [file] [log] [blame]
Eric Leese9307b142020-01-03 14:19:111// 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
5import './platform/platform.js';
6import './wasmparser_worker/wasmparser_worker.js';
7
8// Release build has Runtime.js bundled.
9if (!self.Root || !self.Root.Runtime) {
10 self.importScripts('Runtime.js');
11}
12Root.Runtime.startWorker('wasmparser_worker');