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
I am not familiar with rust programming language.
It looks like PhotonImage.new_from_blob function is trying to create an Uint8Array instance directly from Blob, i.e. new Uint8Array(blob)
Creating a new
PhotonImage
instance with blob usingPhotonImage.new_from_blob(blob)
throwsunreachable
error.I am not familiar with rust programming language.
It looks like
PhotonImage.new_from_blob
function is trying to create anUint8Array
instance directly fromBlob
, i.e.new Uint8Array(blob)
https://github.com/silvia-odwyer/photon/blob/941adf9d2a60f9b92a2b8016b5036033dbffb192/crate/src/lib.rs#L107C1-L115C6
The text was updated successfully, but these errors were encountered: