Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/explodingcamera/tinywasm
/ exit_execution
Method
exit_execution
crates/tinywasm/src/store/mod.rs:108–110 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
106
}
107
108
pub(crate) fn exit_execution(&mut self) {
109
self.execution_active = false;
110
}
111
}
112
113
impl PartialEq for Store {
Callers
4
call
Method · 0.80
call_resumable
Method · 0.80
resume_with_fuel
Method · 0.80
resume_with_time_budget
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected