Files
pezkuwi-subxt/substrate/primitives/io
Sergei Shulepov 6f9bc19972 Make Allocator trait pub (#8777)
We need this in order to be able to assemble more fine grained host
function sets.

E.g. we don't want to use `SubstrateHostFunctions` for PVF. We would
better whitelist certain host functions. However, we cannot do that
because we cannot refer to the `Allocator` runtime interface.

I have not been able to find the reason why it wasn't made `pub` in the
first place, but do not see any reason why not to.
2021-05-10 17:42:55 +00:00
..
2021-05-10 17:42:55 +00:00
2020-08-20 17:04:42 +02:00

I/O host interface for substrate runtime.

License: Apache-2.0