wabt
afd5a5e8 - [simd] Fix load/store lanes on BE systems (#1697)

Commit
4 years ago
[simd] Fix load/store lanes on BE systems (#1697) The use of `.v` is incorrect, we should simply use array subscript operator on the Simd type, which takes care of BE systems. For #1670. (Not using fix as I don't have a BE system to verify.)
Author
Parents
Loading