Expose WASM bulk memory extension in execution environment parameters (#7008)

This commit is contained in:
s0me0ne-unkn0wn
2023-04-06 00:01:31 +02:00
committed by GitHub
parent a57f3ae4c1
commit 8fd05b62bc
2 changed files with 4 additions and 0 deletions
@@ -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.