Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ unwrap_func
Method
unwrap_func
crates/environ/src/types.rs:1269–1271 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1267
1268
#[inline]
1269
pub fn unwrap_func(&self) -> &WasmFuncType {
1270
self.as_func().unwrap()
1271
}
1272
1273
#[inline]
1274
pub fn is_struct(&self) -> bool {
Callers
15
resolve_block_sig
Method · 0.45
callee_sig
Method · 0.45
wasm_to_host_trampolines_and_subtyping
Function · 0.45
test_invoke_func_via_table
Function · 0.45
test_unknown_import_error
Function · 0.45
issue_9714
Function · 0.45
compile_function
Method · 0.45
compile_trampoline
Method · 0.45
num_params_for_func
Method · 0.45
num_params_for_function_type
Method · 0.45
make_sig_ref
Method · 0.45
tag_param_arity
Method · 0.45
Calls
2
unwrap
Method · 0.45
as_func
Method · 0.45
Tested by
2
test_invoke_func_via_table
Function · 0.36
test_unknown_import_error
Function · 0.36