File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -986,7 +986,7 @@ Memory Instructions
986
986
987
987
a. Let :math: `n` be the integer for which :math: `\bytes _{\iN }(n) = b^\ast `.
988
988
989
- b. Let :math: `c` be the result of computing :math: `\extend\F { \_ } \sx _ {N,|t|}(n)`.
989
+ b. Let :math: `c` be the result of computing :math: `\extend ^{ \sx }_ {N,|t|}(n)`.
990
990
991
991
13. Else:
992
992
@@ -1009,7 +1009,7 @@ Memory Instructions
1009
1009
\\[ 1 ex]
1010
1010
\begin {array}{lcl@{\qquad }l}
1011
1011
S; F; (\I32 .\CONST ~i)~(t.\LOAD {N}\K {\_ }\sx ~\memarg ) &\stepto &
1012
- S; F; (t.\CONST ~\extend\F { \_ } \sx _ {N,|t|}(n))
1012
+ S; F; (t.\CONST ~\extend ^{ \sx }_ {N,|t|}(n))
1013
1013
\end {array}
1014
1014
\\ \qquad
1015
1015
\begin {array}[t]{@{}r@{~}l@{}}
Original file line number Diff line number Diff line change 405
405
" type mismatch"
406
406
)
407
407
408
+ (assert_invalid
409
+ (module (func $type-num-vs-num (select (i32.const 1 ) (i64.const 1 ) (i32.const 1 )) (drop )))
410
+ " type mismatch"
411
+ )
412
+ (assert_invalid
413
+ (module (func $type-num-vs-num (select (i32.const 1 ) (f32.const 1.0 ) (i32.const 1 )) (drop )))
414
+ " type mismatch"
415
+ )
408
416
(assert_invalid
409
417
(module (func $type-num-vs-num (select (i32.const 1 ) (i64.const 1 ) (i32.const 1 )) (drop )))
410
418
" type mismatch"
You can’t perform that action at this time.
0 commit comments