| 1234567891011121314 |
- /*
- * Copyright (C) 2019 Intel Corporation. All rights reserved.
- * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
- */
- EXPORT_WASM_API(wasm_register_resource),
- EXPORT_WASM_API(wasm_response_send),
- EXPORT_WASM_API(wasm_post_request),
- EXPORT_WASM_API(wasm_sub_event),
- EXPORT_WASM_API(wasm_create_timer),
- EXPORT_WASM_API(wasm_timer_destroy),
- EXPORT_WASM_API(wasm_timer_cancel),
- EXPORT_WASM_API(wasm_timer_restart),
- EXPORT_WASM_API(wasm_get_sys_tick_ms),
|