summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/wasm-micro-runtime-WAMR-1.2.2/core/app-framework/base/native/base_lib.inl
blob: 3c228cc930c79bee4fc61adf7a86d3d2b2d88948 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (C) 2019 Intel Corporation.  All rights reserved.
 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 */

    EXPORT_WASM_API_WITH_SIG(wasm_register_resource, "($)"),
    EXPORT_WASM_API_WITH_SIG(wasm_response_send, "(*~)i"),
    EXPORT_WASM_API_WITH_SIG(wasm_post_request, "(*~)"),
    EXPORT_WASM_API_WITH_SIG(wasm_sub_event, "($)"),
    EXPORT_WASM_API_WITH_SIG(wasm_create_timer, "(iii)i"),
    EXPORT_WASM_API_WITH_SIG(wasm_timer_destroy, "(i)"),
    EXPORT_WASM_API_WITH_SIG(wasm_timer_cancel, "(i)"),
    EXPORT_WASM_API_WITH_SIG(wasm_timer_restart, "(ii)"),
    EXPORT_WASM_API_WITH_SIG(wasm_get_sys_tick_ms, "()i"),