Move to upstream wasmtime, refactor globals snapshot (#6759)
* refactor globals snapshot
* ignore test
* update pwasm-utils ref
* line width
* add doc comment for internal struct
* add explanation for iteration
* Demote rustdoc to a comment
* use 0.14
Co-authored-by:
Sergei Shulepov <sergei@parity.io>
parent
58ebf508
Showing
- substrate/Cargo.lock 27 additions, 30 deletionssubstrate/Cargo.lock
- substrate/client/executor/wasmtime/Cargo.toml 2 additions, 6 deletionssubstrate/client/executor/wasmtime/Cargo.toml
- substrate/client/executor/wasmtime/src/imports.rs 2 additions, 2 deletionssubstrate/client/executor/wasmtime/src/imports.rs
- substrate/client/executor/wasmtime/src/instance_wrapper.rs 8 additions, 12 deletionssubstrate/client/executor/wasmtime/src/instance_wrapper.rs
- substrate/client/executor/wasmtime/src/instance_wrapper/globals_snapshot.rs 43 additions, 90 deletions...xecutor/wasmtime/src/instance_wrapper/globals_snapshot.rs
- substrate/client/network/src/service/tests.rs 1 addition, 0 deletionssubstrate/client/network/src/service/tests.rs
Please register or sign in to comment