mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-03 20:48:02 +08:00
improve wasm_helper.h
This commit is contained in:
parent
1d2a32bc1d
commit
84cacc25f1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user