mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 03:01:07 +00:00
Implement Clone and Default for Config (#12397)
* Implement `Clone` and `Default` for `Config` * `cargo fmt` * Remove default config implementation
This commit is contained in:
@@ -544,6 +544,7 @@ pub struct Semantics {
|
||||
pub max_memory_size: Option<usize>,
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct Config {
|
||||
/// The WebAssembly standard requires all imports of an instantiated module to be resolved,
|
||||
/// otherwise, the instantiation fails. If this option is set to `true`, then this behavior is
|
||||
|
||||
Reference in New Issue
Block a user