mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 16:11:05 +00:00
Expose WASM bulk memory extension in execution environment parameters (#7008)
This commit is contained in:
@@ -49,6 +49,9 @@ pub enum ExecutorParam {
|
||||
/// PVF execution timeouts, millisec
|
||||
#[codec(index = 6)]
|
||||
PvfExecTimeout(PvfExecTimeoutKind, u64),
|
||||
/// Enables WASM bulk memory proposal
|
||||
#[codec(index = 7)]
|
||||
WasmExtBulkMemory,
|
||||
}
|
||||
|
||||
/// Unit type wrapper around [`type@Hash`] that represents an execution parameter set hash.
|
||||
|
||||
Reference in New Issue
Block a user