Parent: #264 Depends on: #279 Roadmap: #142, #134 Implement the byte/lane movement half of fixed-width SIMD with exact bounds and alignment semantics. Acceptance: - [x] Implement v128.const, load/store, load-splat, load-extend, load-zero, and lane load/store forms. - [x] Implement splat, extract/replace lane, swizzle, shuffle, bitselect, any_true, and v128 bitwise operations. - [x] Validate every memarg and lane immediate, including natural-alignment limits and malformed lane indices. - [x] Trap before mutation on out-of-bounds access, including zero-length/end and overflow edges. - [x] Preserve byte order and every source/destination bit across unaligned memory and lane operations. - [x] Publish focused official-corpus totals for the selected files with zero hidden exclusions.
Parent: #264
Depends on: #279
Roadmap: #142, #134
Implement the byte/lane movement half of fixed-width SIMD with exact bounds and alignment semantics.
Acceptance: