Add extra WASM heap pages when precompiling the runtime blob (#11107)
* Add extra WASM heap pages when precompiling the runtime blob * Fix compilation * Fix rustdoc * Fix rustdoc for real this time * Fix benches compilation * Improve the builder in `sc-executor-wasmtime`'s tests
Showing
- substrate/client/executor/benches/bench.rs 1 addition, 1 deletionsubstrate/client/executor/benches/bench.rs
- substrate/client/executor/src/wasm_runtime.rs 1 addition, 1 deletionsubstrate/client/executor/src/wasm_runtime.rs
- substrate/client/executor/wasmtime/src/runtime.rs 24 additions, 23 deletionssubstrate/client/executor/wasmtime/src/runtime.rs
- substrate/client/executor/wasmtime/src/tests.rs 74 additions, 50 deletionssubstrate/client/executor/wasmtime/src/tests.rs
Please register or sign in to comment