blob: 48eebc1ae0c9fc9e5c28d243fcdf7d28e8dac051 [file] [edit]
// Copyright (c) 2026, 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.
// dart2wasmOptions=--enable-deferred-loading --extra-compiler-option=--enable-experimental-wasm-interop
import 'multi_memory_test.dart' deferred as memory;
Future<void> main() async {
await memory.loadLibrary();
memory.main();
}