this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix Node.js tests by adding zarith_stubs_js

The cbort library depends on zarith which needs JavaScript stubs
when compiled to js_of_ocaml. Add zarith_stubs_js library and its
runtime.js to enable Node.js testing.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+3 -1
+3 -1
test/node/dune
··· 14 14 rpclib.core 15 15 rpclib.json 16 16 findlib.top 17 - js_of_ocaml-lwt)) 17 + js_of_ocaml-lwt 18 + zarith_stubs_js)) 18 19 19 20 (rule 20 21 (targets node_test.js) ··· 30 31 +toplevel.js 31 32 +dynlink.js 32 33 +bigstringaf/runtime.js 34 + +zarith_stubs_js/runtime.js 33 35 +js_top_worker/stubs.js 34 36 %{dep:node_test.bc} 35 37 -o