blob: 2af1b2081ab2ba6ad4b74da813ee4762a07e1b96 [file] [log] [blame]
// Copyright (c) 2019, 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:_internal" show patch;
@patch
int _callWasm(String name, int arg) native "Wasm_callFunction";