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'm currently trying to integrate rust code into my expo app. After compiling my rust code into wasm I have a sign_bg.wasm.d.ts. The function signature look like this:
Hello,
I'm currently trying to integrate rust code into my expo app. After compiling my rust code into wasm I have a sign_bg.wasm.d.ts. The function signature look like this:
After this initializitation I use
I checked my size of memory
How can the allocated memory of my pointer be outside of the boundary of my Assembly Memory? Do I misunderstand here something?
The text was updated successfully, but these errors were encountered: