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

Method V128

src/main/java/net/bluejekyll/wasmtime/ty/V128.java:9–11  ·  view source on GitHub ↗
(BigInteger field)

Source from the content-addressed store, hash-verified

7 public final BigInteger field;
8
9 public V128(BigInteger field) {
10 this.field = field;
11 }
12
13 @Override
14 public BigInteger getField() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected