Stabilize seal_delegate_call (#11037)

This commit is contained in:
Alexander Theißen
2022-03-15 16:26:59 +01:00
committed by GitHub
parent 43db400d7d
commit 1317147589
5 changed files with 4 additions and 10 deletions
@@ -1492,7 +1492,7 @@ benchmarks! {
let code = WasmModule::<T>::from(ModuleDefinition {
memory: Some(ImportedMemory::max::<T>()),
imported_functions: vec![ImportedFunction {
module: "__unstable__",
module: "seal0",
name: "seal_delegate_call",
params: vec![
ValueType::I32,