package js_of_ocaml-compiler

  1. Overview
  2. Docs
Compiler from OCaml bytecode to JavaScript

Install

dune-project
 Dependency

Authors

Maintainers

Sources

js_of_ocaml-6.4.0.tbz
sha256=7ae22a7e5a6c6aa14a8e2695fa62c66f32cb20db17f1b45dc21e97009342151f
sha512=6cea398d61d4be8e38e912ba7e4bad4f7b81b10d946cdf29026274b5a4b2cc2709fb75e23f7cbe2db335cc65679c262a8aa1b9148effc987d6e79665a7538286

doc/js_of_ocaml-compiler.runtime/Jsoo_runtime/index.html

Module Jsoo_runtimeSource

Sourcemodule Js : sig ... end
Sourcemodule Sys : sig ... end
Sourcemodule Error : sig ... end
Sourcemodule For_compatibility_only : sig ... end
Sourcemodule Typed_array : sig ... end
Sourcemodule Int64 : sig ... end
Sourcemodule Effect : sig ... end
Sourcemodule Promise : sig ... end

Low-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.