blob: 981bdb609d5df5908f39671b85d83a8285bf94b2 [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
Tim van der Lippe0c21af52020-01-08 11:55:225import './Runtime.js';
6
Eric Leese9307b142020-01-03 14:19:117import './platform/platform.js';
8import './wasmparser_worker/wasmparser_worker.js';
9
Tim van der Lippe0c21af52020-01-08 11:55:2210Root.Runtime.startWorker('wasmparser_worker_entrypoint');