add WAMR to build

This commit is contained in:
Lukas Höppner
2026-08-09 21:11:17 +02:00
parent 93fc058120
commit 1654d366b2
7 changed files with 113 additions and 10 deletions
+1
View File
@@ -3,6 +3,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <stdarg.h>
// Cross-platform DLL export/import visibility macros
#if defined(_WIN32) || defined(__CYGWIN__)