diff options
author | Keith Winstein <keithw@cs.stanford.edu> | 2023-05-08 10:09:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-08 17:09:42 +0000 |
commit | ab2f184d91be58dd238543705a716e77266f4810 (patch) | |
tree | 27089cc6b22f4aca213dabec997c31fda4b35d39 /test/wasm2c/check-imports.txt | |
parent | b092520cdbca485740e70c6084c65262b6ff53b5 (diff) | |
download | wabt-ab2f184d91be58dd238543705a716e77266f4810.tar.gz wabt-ab2f184d91be58dd238543705a716e77266f4810.tar.bz2 wabt-ab2f184d91be58dd238543705a716e77266f4810.zip |
Track use of SIMD and exceptions in IR, and CWriter includes support only if used (#2226)
Diffstat (limited to 'test/wasm2c/check-imports.txt')
-rw-r--r-- | test/wasm2c/check-imports.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/wasm2c/check-imports.txt b/test/wasm2c/check-imports.txt index 73f59b22..0132f2cd 100644 --- a/test/wasm2c/check-imports.txt +++ b/test/wasm2c/check-imports.txt @@ -21,8 +21,6 @@ #ifndef WASM_H_GENERATED_ #define WASM_H_GENERATED_ -#define WASM_RT_ENABLE_SIMD - #include <stdint.h> #include "wasm-rt.h" |