Enable runtime API exposure for MSVC builds (#4287)

This commit is contained in:
liang.he
2025-05-28 20:30:05 +08:00
committed by GitHub
parent 3ab9f84026
commit 3580d1a386
5 changed files with 8 additions and 7 deletions

View File

@ -5,6 +5,7 @@
#include "wasm_export.h"
#include "bh_read_file.h"
#include "bh_getopt.h"
void
my_log(uint32 log_level, const char *file, int line, const char *fmt, ...)