Skip to content

Commit 02a7c22

Browse files
committed
Runtime: runtime_events primitive
1 parent 6d8d865 commit 02a7c22

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

runtime/js/runtime_events.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,9 @@ function caml_runtime_events_free_cursor(cursor) {
5656
function caml_runtime_events_read_poll(cursor, callbacks, num) {
5757
return 0;
5858
}
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

Comments
 (0)