Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wasm-c-api
/ instance
Method
instance
src/wasm-v8.cc:1244–1246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1242
}
1243
1244
auto Frame::instance() const -> Instance* {
1245
return impl(this)->instance.get();
1246
}
1247
1248
auto Frame::func_index() const -> uint32_t {
1249
return impl(this)->func_index;
Callers
8
print_frame
Function · 0.80
print_frame
Function · 0.80
func_type_param_arity
Function · 0.80
func_type_result_arity
Function · 0.80
func_type_param
Function · 0.80
func_type_result
Function · 0.80
func_instance
Function · 0.80
wasm_frame_instance
Function · 0.80
Calls
2
impl
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected