MCPcopy 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
72impl StackSpec {
73 fn into_stack_config(self) -> StackConfig {
74 StackConfig::dynamic(self.initial, self.max)
75 }
76}
77
78impl EngineFlags {

Callers 2

build_engineMethod · 0.80
parses_stack_specFunction · 0.80

Calls

no outgoing calls

Tested by 1

parses_stack_specFunction · 0.64