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

Enum WasmTy

wasmtime-jni/src/wasm_value.rs:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42#[derive(Clone, Debug)]
43pub(crate) enum WasmTy {
44 ByteBuffer,
45 ByteArray,
46 String,
47 ValType(ValType),
48}
49
50impl From<ValType> for WasmTy {
51 fn from(val: ValType) -> Self {

Callers

nothing calls this directly

Implementers 1

str.rswasmtime-jni/src/ty/str.rs

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…