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

Class ExternRef

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

This is only a placeholder for now, to be implemented in the future

Source from the content-addressed store, hash-verified

4 * This is only a placeholder for now, to be implemented in the future
5 */
6public class ExternRef implements WasmType {
7 private ExternRef() {
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…