Module polkavm_common::utils
source · Structs§
- A replacement for
alloc::borrow::Cow<[u8]>
which also works in pure no_std. - A gas value used for gas metering.
Traits§
Functions§
- Aligns the
value
to the nextpage_size
, or returns thevalue
as-is if it’s already aligned. - Aligns the
value
to the nextpage_size
, or returns thevalue
as-is if it’s already aligned. - Aligns the
value
to the nextpage_size
, or returns thevalue
as-is if it’s already aligned.