We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This may prevent multiple programs from running concurrently.
See ocsigen/js_of_ocaml#1622
The text was updated successfully, but these errors were encountered:
@hhugo Could you tell us more detailed ways to fix it?
Sorry, something went wrong.
Looking at this more. It seems that this repo replicated the design found in gen_js_api. I will open a ticket there.
gen_js_api
First, joo_global_object is deprecated (a warning will be emitted with the upcoming release of jsoo. You should use globalThis instead.
joo_global_object
One way to implement binding with jsoo is to rely on external primitives, documented succinctly in https://ocsigen.org/js_of_ocaml/latest/manual/linker.
external
When using gen_js_api, I don't know how to not mutate the global object. Let see what people say on the gen_js_api repo.
LexiFi/gen_js_api#177
Thanks a lot!
No branches or pull requests
This may prevent multiple programs from running concurrently.
See ocsigen/js_of_ocaml#1622
The text was updated successfully, but these errors were encountered: