jammar1

Results 3 issues of jammar1

Add some implementations of SIMD opcodes using NEON instructions. Tested using: ``` (module (import "wasi_snapshot_preview1" "proc_exit" (func $proc_exit (param i32))) (memory (export "memory") 1) (func $assert_true (param v128) local.get 0...

#### Feature Add support for the WASM SIMD opcodes in the interpreters. For my use case I imagine I would use only ARM NEON intrinsics that can run on ARMv7...

new feature
fast interpreter
classic interpreter
RFC

Hi, I'm not sure this is the correct way to solve this crash. When I upgraded to Wamr 2.4.1, I found that it was now crashing when calling `wasm_store_delete` with:...