File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 158158 (call $ta_get_ui8 (local.get $d1 )
159159 (i32.add (local.get $pos1 ) (local.get $i ))))
160160 (local.set $c2
161- (array.get $string (local.get $s2 )
161+ (array.get_u $string (local.get $s2 )
162162 (i32.add (local.get $pos2 ) (local.get $i ))))
163163 (local.set $i (i32.add (local.get $i ) (i32.const 1 )))
164164 (br_if $loop (i32.eq (local.get $c1 ) (local.get $c2 )))
Original file line number Diff line number Diff line change 509509 (if (i32.lt_u (local.get $i ) (local.get $len ))
510510 (then
511511 (if (i32.eq (i32.const 32 ) ;; ' '
512- (array.get $string (local.get $s ) (local.get $i )))
512+ (array.get_u $string (local.get $s ) (local.get $i )))
513513 (then
514514 (local.set $i (i32.add (local.get $i ) (i32.const 1 )))
515515 (br $skip_spaces ))))))
Original file line number Diff line number Diff line change 9292 (local $i i32 )
9393 (local.set $i (local.get $p ))
9494 (loop $loop
95- (if (i32.ne (array.get $string (local.get $s ) (local.get $i ))
95+ (if (i32.ne (array.get_u $string (local.get $s ) (local.get $i ))
9696 (i32.const 0 ))
9797 (then
9898 (local.set $i (i32.add (local.get $i ) (i32.const 1 )))
106106 (local $name (ref $string ))
107107 (local.set $names (ref.cast (ref $string ) (local.get $vnames )))
108108 (loop $loop
109- (if (i32.eqz (array.get $string (local.get $names ) (local.get $i )))
109+ (if (i32.eqz (array.get_u $string (local.get $names ) (local.get $i )))
110110 (then
111111 (return
112112 (array.new_data $string $unknown_token
You can’t perform that action at this time.
0 commit comments