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

Class WasmJString

wasmtime-jni/src/ty/str.rs:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4use wasmtime::WasmTy;
5
6pub struct WasmJString<'j> {
7 env: JNIEnv<'j>,
8 string: JString<'j>,
9}
10
11impl<'j> WasmTy for WasmJString<'j> {
12 type Abi = WasmSlice;

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…