MCPcopy Index your code
hub / github.com/explodingcamera/tinywasm / optimize_local_memory_allocation

Method optimize_local_memory_allocation

crates/parser/src/lib.rs:90–92  ·  view source on GitHub ↗

Returns whether unused local memory allocation optimization is enabled.

(&self)

Source from the content-addressed store, hash-verified

88
89 /// Returns whether unused local memory allocation optimization is enabled.
90 pub const fn optimize_local_memory_allocation(&self) -> bool {
91 self.optimize_local_memory_allocation
92 }
93
94 /// Enable or disable the peephole rewrite optimizer.
95 pub const fn with_rewrite_optimization(mut self, enabled: bool) -> Self {

Callers 1

into_moduleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected