Skip to content

Commit 090b7b2

Browse files
committed
Runtime: typos
1 parent 62fc9ed commit 090b7b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runtime/wasm/bigarray.wat

+1-1
Original file line numberDiff line numberDiff line change
@@ -2137,7 +2137,7 @@
21372137
(ref.i31 (array.get $string (local.get $s) (local.get $i))))
21382138
(local.set $i (i32.add (local.get $i) (i32.const 1)))
21392139
(br $loop))))
2140-
(call $wrap (extern.internalize (local.get $ta))))
2140+
(call $wrap (any.convert_extern (local.get $ta))))
21412141

21422142
(func (export "caml_ba_get_kind") (param (ref eq)) (result i32)
21432143
(struct.get $bigarray $ba_kind (ref.cast (ref $bigarray) (local.get 0))))

runtime/wasm/stdlib.wat

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
(field (mut (ref eq)))
5555
(field (mut (ref null $assoc)))))
5656

57-
(type $assoc_array (array (field (mut (ref null $assoc)))))
57+
(type $assoc_array (array (mut (ref null $assoc))))
5858

5959
(global $Named_value_size i32 (i32.const 13))
6060

0 commit comments

Comments
 (0)