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
A "high-level" memory API, with operations like "read_u32", "read_bytes" and so on, would be highly appreciated. Unlike the raw memory API, it would automatically convert addresses/endianness as needed.
The current API doesn't handle endianness at all. This won't magically solve endianness issues but it would make some things easier at least.
The text was updated successfully, but these errors were encountered:
See also #156
A "high-level" memory API, with operations like "read_u32", "read_bytes" and so on, would be highly appreciated. Unlike the raw memory API, it would automatically convert addresses/endianness as needed.
The current API doesn't handle endianness at all. This won't magically solve endianness issues but it would make some things easier at least.
The text was updated successfully, but these errors were encountered: