diff options
Diffstat (limited to 'test/simd.wast.fromBinary')
-rw-r--r-- | test/simd.wast.fromBinary | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/simd.wast.fromBinary b/test/simd.wast.fromBinary index 1c0b12493..4c84b5b25 100644 --- a/test/simd.wast.fromBinary +++ b/test/simd.wast.fromBinary @@ -1454,5 +1454,15 @@ (local.get $0) ) ) + (func $i32x4.widen_i8x16_s (param $0 v128) (result v128) + (i32x4.widen_i8x16_s 0 + (local.get $0) + ) + ) + (func $i32x4.widen_i8x16_u (param $0 v128) (result v128) + (i32x4.widen_i8x16_u 0 + (local.get $0) + ) + ) ) |