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

Class JavaState

wasmtime-jni/src/wasm_state.rs:7–9  ·  view source on GitHub ↗

Store associated data, currently empty

Source from the content-addressed store, hash-verified

5
6/// Store associated data, currently empty
7pub struct JavaState {
8 wasi: WasiCtx,
9}
10
11impl JavaState {
12 pub fn new(_env: JNIEnv<'_>) -> Result<Self, Error> {

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…