File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2137
2137
(ref.i31 (array.get $string (local.get $s ) (local.get $i ))))
2138
2138
(local.set $i (i32.add (local.get $i ) (i32.const 1 )))
2139
2139
(br $loop ))))
2140
- (call $wrap (extern.internalize (local.get $ta ))))
2140
+ (call $wrap (any.convert_extern (local.get $ta ))))
2141
2141
2142
2142
(func (export " caml_ba_get_kind" ) (param (ref eq)) (result i32 )
2143
2143
(struct.get $bigarray $ba_kind (ref.cast (ref $bigarray ) (local.get 0 ))))
Original file line number Diff line number Diff line change 54
54
(field (mut (ref eq)))
55
55
(field (mut (ref null $assoc )))))
56
56
57
- (type $assoc_array (array (field ( mut (ref null $assoc ) ))))
57
+ (type $assoc_array (array (mut (ref null $assoc ))))
58
58
59
59
(global $Named_value_size i32 (i32.const 13 ))
60
60
You can’t perform that action at this time.
0 commit comments