Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/explodingcamera/tinywasm
/ trap_on_oom
Method
trap_on_oom
crates/tinywasm/src/engine.rs:187–189 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
185
}
186
187
pub(crate) const fn trap_on_oom(&self) -> bool {
188
self.trap_on_oom
189
}
190
}
191
192
impl Default for Config {
Callers
1
exec_memory_grow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected