Skip to content

Commit e40bf41

Browse files
committed
Revert "test"
This reverts commit 1cafd95.
1 parent 3eb075b commit e40bf41

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

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

159-
#include "bh_platform.h"
160-
161159
int
162160
main(int argc, const char *argv[])
163161
{
164-
bh_log_set_verbose_level(5);
165162
// Initialize.
166163
printf("Initializing...\n");
167164
wasm_engine_t *engine = wasm_engine_new();

0 commit comments

Comments
 (0)