<@U114Z86N6> Currently `ByteArray` compiles to JS ...
# announcements
i
@kevinherron Currently
ByteArray
compiles to JS array of numbers, but there's an option
-Xtyped-arrays
to enable typed arrays, so it become represented with
Int8Array
. Later this option will be enabled by default.