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 wrote a function getA using AssemblyScript to return an A string. After compilation, I got a wasm file. Then I used other wasm runtime to parse the wasm file and called the getA function hoping to get the ascii value 65 corresponding to A. But what I got was [2, 0, 0, 0, 2, 0, 0, 0, 65] The wat file compiled by AssemblyScript is as follows