Skip to content

Commit 3eb075b

Browse files
committed
test
1 parent 94984b3 commit 3eb075b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/wasm-c-api/src/callback_chain.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,12 @@ call_wasm_function(uint32_t export_id, const wasm_val_vec_t *args,
156156
return true;
157157
}
158158

159+
#include "bh_platform.h"
160+
159161
int
160162
main(int argc, const char *argv[])
161163
{
164+
bh_log_set_verbose_level(5);
162165
// Initialize.
163166
printf("Initializing...\n");
164167
wasm_engine_t *engine = wasm_engine_new();

0 commit comments

Comments
 (0)