We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab50011 commit c5d43e4Copy full SHA for c5d43e4
runtime/wasm/runtime_events.wat
@@ -63,6 +63,7 @@
63
(param (ref eq)) (param (ref eq)) (param (ref eq)) (result (ref eq))
64
(ref.i31 (i32.const 0)))
65
66
- (func (export "caml_ml_runtime_events_path") (param (ref eq))
+ (func (export "caml_ml_runtime_events_path")
67
+ (param (ref eq)) (result (ref eq))
68
69
)
0 commit comments