MCPcopy Create free account
hub / github.com/bluejekyll/wasmtime-java / FromAbi

Interface FromAbi

wasmtime-jni/src/ty/complex_ty.rs:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127pub(crate) trait FromAbi<A: Abi> {
128 unsafe fn from_abi(abi: A) -> Self;
129}
130
131pub(crate) trait MatchesValType {
132 fn matches_val_type(ty: ValType) -> bool;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…