We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SdkVmConfig::to_inner
1 parent b788e45 commit a62e015Copy full SHA for a62e015
crates/sdk/src/config/global.rs
@@ -156,7 +156,7 @@ impl AsMut<SystemConfig> for SdkVmConfig {
156
}
157
158
impl SdkVmConfig {
159
- fn to_inner(&self) -> SdkVmConfigInner {
+ pub fn to_inner(&self) -> SdkVmConfigInner {
160
let system = self.system.config.clone();
161
let rv32i = self.rv32i.map(|_| Rv32I);
162
let io = self.io.map(|_| Rv32Io);
0 commit comments