Switch to pooling copy-on-write instantiation strategy for WASM (companion for...
Switch to pooling copy-on-write instantiation strategy for WASM (companion for Substrate#11232) (#5337) * Switch to pooling copy-on-write instantiation strategy for WASM * Fix compilation of `polkadot-test-service` * Update comments * Move `max_memory_size` to `Semantics` * Rename `WasmInstantiationStrategy` to `WasmtimeInstantiationStrategy` * Update a safety comment * update lockfile for {"substrate"} Co-authored-by: parity-processbot <>
Showing
- polkadot/Cargo.lock 202 additions, 259 deletionspolkadot/Cargo.lock
- polkadot/node/core/pvf/Cargo.toml 1 addition, 0 deletionspolkadot/node/core/pvf/Cargo.toml
- polkadot/node/core/pvf/src/artifacts.rs 0 additions, 3 deletionspolkadot/node/core/pvf/src/artifacts.rs
- polkadot/node/core/pvf/src/execute/worker.rs 2 additions, 19 deletionspolkadot/node/core/pvf/src/execute/worker.rs
- polkadot/node/core/pvf/src/executor_intf.rs 21 additions, 10 deletionspolkadot/node/core/pvf/src/executor_intf.rs
- polkadot/node/core/pvf/src/prepare/worker.rs 1 addition, 3 deletionspolkadot/node/core/pvf/src/prepare/worker.rs
- polkadot/node/core/pvf/src/testing.rs 7 additions, 2 deletionspolkadot/node/core/pvf/src/testing.rs
- polkadot/node/test/service/src/lib.rs 7 additions, 2 deletionspolkadot/node/test/service/src/lib.rs
Please register or sign in to comment