Jérôme Vouillon
Jérôme Vouillon
Several people have tried to use Yojson, which depends on Biniou, with Js_of_ocaml. However, Biniou uses an unportable hack to serialize floats. In particular, the expression "String.unsafe_get (Obj.magic 1.0) 0"...
The comment `;;@` with nothing else can be used to specify that the following expression does not have any debug info associated to it. This can be used to stop...
With https://github.com/ocaml/ocaml/pull/12735, resuming a continuation is constant time. We should do the same.
This add the following: - a `(js_of_ocaml (wasm_files ())` option in `library` and `executable` stanzas to specify `wasm_of_ocaml` JavaScript and Wasm runtime files. - a `(js_of_ocaml (submodes ))` option where...
This will eventually be mandatory for compatibility with Wasm_of_ocaml.
This is required to read and write Wasm binary files correctly.
Some lambda information, such as whether an allocated block is immutable, or the kind and layout of a bigarray we are accessing, are not taken into account when generating bytecode....