Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ params
Method
params
crates/environ/src/types.rs:805–807 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
803
/// Function params types.
804
#[inline]
805
pub fn params(&self) -> &[WasmValType] {
806
&self.params_results[..self.results_start()]
807
}
808
809
/// How many `externref`s are in this function's params?
810
#[inline]
Callers
15
invoke_func
Method · 0.45
introspection
Function · 0.45
substituted_component_type_with_exported_resource
Function · 0.45
dynamic_type
Function · 0.45
fmt
Method · 0.45
is_trampoline_type
Method · 0.45
trampoline_type
Method · 0.45
convert_func_type
Method · 0.45
signature
Method · 0.45
translate_payload
Method · 0.45
define_exception_type_for_tag
Method · 0.45
find_resource_drop_signature
Method · 0.45
Calls
1
results_start
Method · 0.80
Tested by
3
introspection
Function · 0.36
substituted_component_type_with_exported_resource
Function · 0.36
dynamic_type
Function · 0.36