hhugo
hhugo
reopen if still needed
Our javascript parser doesn't understand the getter syntax in objects ```javascript {get prop() { ... } } {get [expression]() { ... } } ``` https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get A workaround is to not...
https://github.com/ocaml/ocaml/pull/9565
@nojb, That's right
https://github.com/ocsigen/js_of_ocaml/pull/405
This is not really a WIP anymore. It's being tested now. There should be no implication for FFI. One still need to use existing primitive/stubs to convert between js (utf16)...
It would be for perf ! We still need to run some bench.
(#655 contains all the logic and I believe does some nice cleanup)
@ejgallego, would you be able to test jscoq against this GPR ?
I don't understand why you get "caml_jsstring_of_string not implemented". Have you pin both js_of_ocaml and js_of_ocaml-compiler to this PR ?