Jsoo_runtimemodule Js : sig ... endmodule Sys : sig ... endmodule Error : sig ... endmodule For_compatibility_only : sig ... endmodule Typed_array : sig ... endmodule Int64 : sig ... endmodule Effect : sig ... endmodule Promise : sig ... endLow-level wrap/unwrap helpers for the Js_of_ocaml.Promise binding. Implemented in runtime/{js,wasm}/promise.{js,wat}. Wrapping is conditional on the value being thenable, so non-thenable values are passed through unchanged.