4#define WASM_EXPORT extern "C" __attribute__((visibility("default"))) __attribute__((annotate("wasm_export")))
5#define ASYNC_WASM_EXPORT \
6 extern "C" __attribute__((visibility("default"))) __attribute__((annotate("async_wasm_export")))
8#define WASM_EXPORT extern "C" __attribute__((visibility("default")))
9#define ASYNC_WASM_EXPORT extern "C" __attribute__((visibility("default")))
14#define WASM_IMPORT(name) extern "C" __attribute__((import_module("env"), import_name(name)))
16#define WASM_IMPORT(name) extern "C"
uint8_t const * uint8_vec_vec_in_buf