Hello everyone.

I have a named primitive, and I need to send a ByteString to it, to be processed and returned by an external library. To get a string into Slang, should I send it #asByteArray, and would that let me treat the bytes as integers on the stack? I'm basically trying to get a char* on the other side.

--
Ron