js_of_ocaml
js_of_ocaml copied to clipboard
[FEATURE REQUEST] Simpler implementation of bytes
For bytes, we are still using the old implementations of strings, with different possible representations. We should just implement them as plain Uint8Arrays.