Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bluejekyll/wasmtime-java
/ from
Method
from
wasmtime-jni/src/wasm_value.rs:51–53 ·
view source on GitHub ↗
(val: ValType)
Source
from the content-addressed store, hash-verified
49
50
impl From<ValType> for WasmTy {
51
fn from(val: ValType) -> Self {
52
WasmTy::ValType(val)
53
}
54
}
55
56
impl WasmTy {
Callers
nothing calls this directly
Calls
1
ValType
Enum · 0.85
Tested by
no test coverage detected