So is there any other way to convert to cstring? Probably just by importing concat method and building the cstring manually from chars or something?
> Don't know why you want to convert to cstring here though. the problem arrived in a server-client webframework Im developing. and for automatic remote-proc-calls I need to send it via xhr and for that I need cstring. And I used flatty because I couldnt find any other lib that supports js It seems like fixing that will be a bit unnecesary complicated. So Ill probably just try to implement a marshal that works on js. That would be the better solution anyways.
