improve wasm_helper.h

This commit is contained in:
lixianjing 2023-09-24 08:43:07 +08:00
parent 1d2a32bc1d
commit 84cacc25f1

View File

@ -28,7 +28,8 @@ BEGIN_C_DECLS
#define WITHOUT_FSCRIPT
#define log_impl printf
int awplc_log(const char* format, ...);
#define log_impl awplc_log
#define assert(__pp) wasm_assert(__pp, #__pp)
#define ret_t_init(r) *r = RET_OK;