We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62fc9ed commit 090b7b2Copy full SHA for 090b7b2
runtime/wasm/bigarray.wat
@@ -2137,7 +2137,7 @@
2137
(ref.i31 (array.get $string (local.get $s) (local.get $i))))
2138
(local.set $i (i32.add (local.get $i) (i32.const 1)))
2139
(br $loop))))
2140
- (call $wrap (extern.internalize (local.get $ta))))
+ (call $wrap (any.convert_extern (local.get $ta))))
2141
2142
(func (export "caml_ba_get_kind") (param (ref eq)) (result i32)
2143
(struct.get $bigarray $ba_kind (ref.cast (ref $bigarray) (local.get 0))))
runtime/wasm/stdlib.wat
@@ -54,7 +54,7 @@
54
(field (mut (ref eq)))
55
(field (mut (ref null $assoc)))))
56
57
- (type $assoc_array (array (field (mut (ref null $assoc)))))
+ (type $assoc_array (array (mut (ref null $assoc))))
58
59
(global $Named_value_size i32 (i32.const 13))
60
0 commit comments