MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / get_keep_init_func

Method get_keep_init_func

crates/wizer/src/lib.rs:373–378  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

371 }
372
373 fn get_keep_init_func(&self) -> bool {
374 match self.keep_init_func {
375 Some(keep) => keep.unwrap_or(true),
376 None => DEFAULT_KEEP_INIT_FUNC,
377 }
378 }
379}
380
381/// Abstract ability to load state from a WebAssembly instance after it's been

Callers 2

rewriteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected