#!/usr/bin/env dart // Copyright (c) 2021, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'dart:io'; import 'dart:typed_data'; import 'package:kernel/kernel.dart' show Component, Source, loadComponentFromBytes; import 'package:kernel/binary/tag.dart' show Tag; void main(List args) { if (args.length != 1) { throw "Usage: dart