wasm-micro-runtime/core/iwasm
James Ring 70b35f9e60
Check for WASM_ENABLE_SIMDE in a couple more places (#4266)
For WAMR users who don't use cmake, it's possible that WASM_ENABLE_SIMD
is set when WASM_ENABLE_SIMDE isn't. This was causing build failures.
2025-05-14 10:58:19 +08:00
..
aot initialize WASI stdio handles to invalid for better error handling (#4092) 2025-05-08 08:47:07 +08:00
common Refactor fast-interpreter SIMD compilation flags (#4261) 2025-05-14 10:38:30 +08:00
compilation aot_resolve_object_relocation_group: adapt to LLVM 19 (#4254) 2025-05-08 10:34:04 +08:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit Keep fix the CMake compatibility issue (#4180) 2025-04-15 12:51:19 +08:00
include wamrc: add --disable-llvm-jump-tables option (#4224) 2025-04-28 16:43:53 +08:00
interpreter Check for WASM_ENABLE_SIMDE in a couple more places (#4266) 2025-05-14 10:58:19 +08:00
libraries fix: improve error handling of snprintf() in send_thread_stop_status() (#4234) 2025-05-09 17:14:20 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00