blob: ff7219f214ba6a037a133091f06aadd0d3acac6f [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 Lippe6d51bf02020-03-18 12:15:145import './RuntimeInstantiator.js';
Eric Leese9307b142020-01-03 14:19:116import './platform/platform.js';
7import './wasmparser_worker/wasmparser_worker.js';
8
Tim van der Lippe6d51bf02020-03-18 12:15:149import {startWorker} from './RuntimeInstantiator.js';
10
11startWorker('wasmparser_worker_entrypoint');