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 6d8d865 commit 02a7c22Copy full SHA for 02a7c22
runtime/js/runtime_events.js
@@ -56,3 +56,9 @@ function caml_runtime_events_free_cursor(cursor) {
56
function caml_runtime_events_read_poll(cursor, callbacks, num) {
57
return 0;
58
}
59
+
60
+//Provides: caml_ml_runtime_events_path const
61
+//Version: >= 5.3
62
+function caml_ml_runtime_events_path(_unit) {
63
+ return 0;
64
+}
0 commit comments