mirror of
https://github.com/fluencelabs/aquavm
synced 2025-07-15 22:31:57 +00:00
WIP soft limits triggering is signalled via AVMOutcome
This commit is contained in:
air/src
avm
crates
air-lib
testing-framework
@@ -57,7 +57,7 @@ impl AirRunner for WasmAirRunner {
|
||||
)
|
||||
});
|
||||
|
||||
let runner = pool.pull(|| make_pooled_avm_runner(test_init_parameters.clone()));
|
||||
let runner = pool.pull(|| make_pooled_avm_runner(test_init_parameters));
|
||||
|
||||
Self {
|
||||
current_peer_id: current_peer_id.into(),
|
||||
|
Reference in New Issue
Block a user