base_lib.inl 498 B

1234567891011121314
  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_register_resource),
  6. EXPORT_WASM_API(wasm_response_send),
  7. EXPORT_WASM_API(wasm_post_request),
  8. EXPORT_WASM_API(wasm_sub_event),
  9. EXPORT_WASM_API(wasm_create_timer),
  10. EXPORT_WASM_API(wasm_timer_destroy),
  11. EXPORT_WASM_API(wasm_timer_cancel),
  12. EXPORT_WASM_API(wasm_timer_restart),
  13. EXPORT_WASM_API(wasm_get_sys_tick_ms),