ocsigen / js_of_ocaml

Compiler from OCaml to Javascript.
http://ocsigen.org/js_of_ocaml/
Other
968 stars 188 forks source link

[FEATURE REQUEST] Simpler implementation of bytes #1702

Open vouillon opened 2 months ago

vouillon commented 2 months ago

For bytes, we are still using the old implementations of strings, with different possible representations. We should just implement them as plain Uint8Arrays.

hhugo commented 2 months ago

https://github.com/ocsigen/js_of_ocaml/pull/1229