Skip to content

Commit c5d43e4

Browse files
committed
WIP
1 parent ab50011 commit c5d43e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runtime/wasm/runtime_events.wat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
(param (ref eq)) (param (ref eq)) (param (ref eq)) (result (ref eq))
6464
(ref.i31 (i32.const 0)))
6565

66-
(func (export "caml_ml_runtime_events_path") (param (ref eq))
66+
(func (export "caml_ml_runtime_events_path")
67+
(param (ref eq)) (result (ref eq))
6768
(ref.i31 (i32.const 0)))
6869
)

0 commit comments

Comments
 (0)