Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmVM/WasmVM
/ Stack
Method
Stack
src/include/instances/Stack.hpp:53–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
52
struct Stack {
53
Stack(Store& store) : store(store){}
54
void invoke(index_t funcaddr, std::vector<Value> args);
55
std::vector<Value> run();
56
Store& store;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected