You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good question - I don't really know how quickjs handles IntArrays, it'd take a bit of research to figure out an efficient way to get the data in and out..
I'm missing something basic I think.
I have a file read into a vector:
I want to load it into a js Uint8Array. The only way that works for me so far is one byte at a time:
This is pretty slow. I can pass a pointer, but not sure how to de reference that on the js side.
What's the best way to do this?
Many Thanks!
The text was updated successfully, but these errors were encountered: