diff options
Diffstat (limited to 'test/wasm2c/hello.txt')
-rw-r--r-- | test/wasm2c/hello.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/wasm2c/hello.txt b/test/wasm2c/hello.txt index 418916ca..ea3bf426 100644 --- a/test/wasm2c/hello.txt +++ b/test/wasm2c/hello.txt @@ -26,10 +26,16 @@ #ifndef WASM_H_GENERATED_ #define WASM_H_GENERATED_ +#define WASM_RT_ENABLE_SIMD + #include <stdint.h> #include "wasm-rt.h" +#if defined(WASM_RT_ENABLE_EXCEPTION_HANDLING) +#include "wasm-rt-exceptions.h" +#endif + #if defined(WASM_RT_ENABLE_SIMD) #include "simde/wasm/simd128.h" #endif |