connection.inl 292 B

123456789
  1. /*
  2. * Copyright (C) 2019 Intel Corporation. All rights reserved.
  3. * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. */
  5. EXPORT_WASM_API(wasm_open_connection),
  6. EXPORT_WASM_API(wasm_close_connection),
  7. EXPORT_WASM_API(wasm_send_on_connection),
  8. EXPORT_WASM_API(wasm_config_connection),