Skip to content

Commit 335db8d

Browse files
committed
Wasm runtime: typo
1 parent 7db2de1 commit 335db8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/wasm/array.wat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
(br $fill))))
316316
(local.get $a))))
317317

318-
(func (export "caml_float_array_concat") (param (ref eq)) (result (ref eq))
318+
(func (export "caml_floatarray_concat") (param (ref eq)) (result (ref eq))
319319
(local $i i32) (local $len i32)
320320
(local $l (ref eq)) (local $v (ref eq))
321321
(local $b (ref $block))

0 commit comments

Comments
 (0)