Commit 7029a42
committed
feat(wrt-runtime): add complete WebAssembly SIMD 2.0 runtime implementation
Migrated and completed SIMD runtime from wrt/src/simd_runtime_impl.rs to
wrt-runtime/src/simd_runtime.rs with full WebAssembly SIMD spec coverage.
Major implementation: 50 missing operations added (comparisons, saturating
arithmetic, extend operations, shuffle/swizzle). Clean compilation achieved.1 parent 73e3c1a commit 7029a42
File tree
3 files changed
+4230
-0
lines changed- wrt-runtime/src
3 files changed
+4230
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
71 | 75 | | |
72 | 76 | | |
73 | 77 | | |
| |||
0 commit comments