blob: ad5fdc766497fb88bd49cfd03e61683078b9c5a0 [file] [log] [blame]
Tim van der Lippedbb97be2021-04-15 15:12:431// Copyright 2019 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 Lippedbb97be2021-04-15 15:12:435import * as RuntimeInstantiator from './RuntimeInstantiator.js';
6
7export {
8 RuntimeInstantiator,
9};