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
As of version 0.1.0 (coming from #12) addresses are fixed to u32, however, this is inconvenient for devices with very small small (wasteful) or very big (> 4GB) capacity (cannot reach all address space).
We should revisit this.
The text was updated successfully, but these errors were encountered:
As of version 0.1.0 (coming from #12) addresses are fixed to
u32
, however, this is inconvenient for devices with very small small (wasteful) or very big (> 4GB) capacity (cannot reach all address space).We should revisit this.
The text was updated successfully, but these errors were encountered: