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 7dbb19a commit b93e4beCopy full SHA for b93e4be
lib/runtime/js_of_ocaml_runtime_stubs.c
@@ -208,6 +208,10 @@ void caml_jsoo_flags_use_js_string () {
208
caml_fatal_error("Unimplemented Javascript primitive caml_jsoo_flags_use_js_string!");
209
}
210
211
+void caml_jsoo_runtime () {
212
+ caml_fatal_error("Unimplemented Javascript primitive caml_jsoo_runtime!");
213
+}
214
+
215
void caml_jsstring_of_string () {
216
caml_fatal_error("Unimplemented Javascript primitive caml_jsstring_of_string!");
217
0 commit comments