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

Method F32

src/main/java/net/bluejekyll/wasmtime/ty/F32.java:6–8  ·  view source on GitHub ↗
(float field)

Source from the content-addressed store, hash-verified

4 public final float field;
5
6 public F32(float field) {
7 this.field = field;
8 }
9
10 @Override
11 public Float getField() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected