Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ results
Method
results
crates/c-api/include/wasmtime/types/func.hh:43–43 ·
view source on GitHub ↗
Returns the list of types this function type returns.
Source
from the content-addressed store, hash-verified
41
42
/// Returns the list of types this function type returns.
43
ValType::ListRef results() const { return wasm_functype_results(ptr); }
44
};
45
46
private:
Callers
15
wasm_call_signature
Function · 0.45
compile_wasm_to_array_trampoline
Method · 0.45
allocate_stack_array_and_spill_args
Method · 0.45
array_to_wasm_trampoline
Method · 0.45
sig_ref_result_needs_stack_map
Method · 0.45
continuation_returns
Method · 0.45
tag_returns
Method · 0.45
translate
Method · 0.45
translate_hostcall
Method · 0.45
blocktype_params_results
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
1
wasm_functype_results
Function · 0.85
Tested by
8
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
assert_func_type
Function · 0.36
TEST
Function · 0.36