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

Class FuncRef

src/main/java/net/bluejekyll/wasmtime/ty/FuncRef.java:6–15  ·  view source on GitHub ↗

This is only here as a placeholder, it's not usable yet

Source from the content-addressed store, hash-verified

4 * This is only here as a placeholder, it's not usable yet
5 */
6public class FuncRef implements WasmType {
7 private FuncRef() {
8 throw new UnsupportedOperationException();
9 }
10
11 @Override
12 public Integer getField() {
13 throw new UnsupportedOperationException();
14 }
15}

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…