Files
sdk/pkg/wasm_builder/lib/wasm_builder.dart
T
Ömer Ağacan c0e8f907e3 [wasm_builder] Add new exception handling instructions
These instructions are not used yet as they're not enabled by default
in Chrome yet.

This CL is mainly tested by the child CL, which uses instructions added
in this CL for exception handling.

Change-Id: I04d767599f47cdb6abc9cca02974647d9e5421fb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/411581
Commit-Queue: Ömer Ağacan <omersa@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
2025-03-20 10:10:22 -07:00

9 lines
379 B
Dart

// Copyright (c) 2022, 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.
export 'src/ir/ir.dart'
hide Catch, CatchAll, CatchRef, CatchAllRef, TryTableCatch;
export 'src/builder/builder.dart';
export 'src/serialize/serialize.dart';