del *.obj > NUL 2> NUL
del misc\icon_resource.res
-cl /MT /std:c17 /TC /I compiler/include /I shared/include /D_USRDLL /D_WINDLL runtime\onyx_runtime.c /link /DLL ws2_32.lib /OUT:onyx_runtime.dll
+cl /MT /std:c17 /TC /I compiler/include /I shared/include /D_USRDLL /D_WINDLL runtime\onyx_runtime.c /link /DLL ws2_32.lib bcrypt.lib /OUT:onyx_runtime.dll
del onyx_runtime.obj
del onyx_runtime.lib
#include "wasm_emit.h"
#include "doc.h"
-#define VERSION "v0.1.0"
+#define VERSION "v0.1.1"
Context context;
}
break;
+ #ifdef _BH_LINUX
case ONYX_COMPILE_ACTION_WATCH:
onyx_watch(&compile_opts);
break;
+ #endif
#ifdef ENABLE_RUN_WITH_WASMER
case ONYX_COMPILE_ACTION_RUN: