| 123456789 |
- /*
- * Copyright (C) 2019 Intel Corporation. All rights reserved.
- * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
- */
- EXPORT_WASM_API(wasm_open_connection),
- EXPORT_WASM_API(wasm_close_connection),
- EXPORT_WASM_API(wasm_send_on_connection),
- EXPORT_WASM_API(wasm_config_connection),
|