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

Method exec_return_void

crates/tinywasm/src/interpreter/executor.rs:1117–1120  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

1115
1116 #[inline(always)]
1117 fn exec_return_void(&mut self) -> bool {
1118 self.store.value_stack.truncate_to_base(self.cf.locals_base);
1119 self.finish_return()
1120 }
1121
1122 #[inline(always)]
1123 fn exec_return_32(&mut self) -> bool {

Callers 1

execMethod · 0.80

Calls 2

truncate_to_baseMethod · 0.80
finish_returnMethod · 0.80

Tested by

no test coverage detected