MCPcopy Index your code
hub / github.com/explodingcamera/tinywasm / func.rs

File func.rs

crates/tinywasm/src/func.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use crate::interpreter::stack::{CallFrame, ValueStack};
2use crate::reference::StoreItem;
3use crate::{Error, FunctionInstance, InterpreterRuntime, Result, Store, unlikely};
4use alloc::{boxed::Box, format, rc::Rc, sync::Arc, vec, vec::Vec};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected