Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/explodingcamera/tinywasm
/ into_stack_config
Method
into_stack_config
crates/cli/src/engine_flags.rs:73–75 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
71
72
impl StackSpec {
73
fn into_stack_config(self) -> StackConfig {
74
StackConfig::dynamic(self.initial, self.max)
75
}
76
}
77
78
impl EngineFlags {
Callers
2
build_engine
Method · 0.80
parses_stack_spec
Function · 0.80
Calls
no outgoing calls
Tested by
1
parses_stack_spec
Function · 0.64