I've finally managed to find my way out int the runtime.
I've tried to change the current design as little as possible but It might not be the best approach.
@lpw25, `caml_continuation_use_and_update_handler_noexc` still walks the chain, it seems, but I think it could grab the other-end inside `cont`.
```c
CAMLprim value caml_continuation_use_and_u...
Jsoo_runtime was created so that alternative lib (such as brr and gen_js_api) can rely on jsoo primitives without having to depend on the whole jsoo lib. The module should be re-exported and docume...
Alternative to #1578 and #1577.
This PR requires ppx_expect and alcotest to be changed.
Because the jsoo codebase rely on ppx_expect for its tests, we have a Chicken-and-egg situation.
I can...