I think there is no simple way to do it on Haxe side, so hashlink bindings use @:privateAccess String.fromUTF8(bytes) (_std/String method).
https://github.com/HaxeFoundation/hashlink/search?q=fromUTF8
Want to request Bytes.toString/Bytes.getString/Bytes.getUTF8 or something like that if there is no such method, thanks.
I think there is no simple way to do it on Haxe side, so hashlink bindings use
@:privateAccess String.fromUTF8(bytes)(_std/String method).https://github.com/HaxeFoundation/hashlink/search?q=fromUTF8
Want to request
Bytes.toString/Bytes.getString/Bytes.getUTF8or something like that if there is no such method, thanks.