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
add naive default impl for GuestMemory::num_regions
Similar to find_region(), we can provide an inefficient default impl to
make downstream impls of the trait less verbose in scenarios that really
do not care (e.g. mock impls for tests).
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments