| 4 | use wasmtime::WasmTy; |
| 5 | |
| 6 | pub struct WasmJString<'j> { |
| 7 | env: JNIEnv<'j>, |
| 8 | string: JString<'j>, |
| 9 | } |
| 10 | |
| 11 | impl<'j> WasmTy for WasmJString<'j> { |
| 12 | type Abi = WasmSlice; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…