Uses of Class
com.dylibso.chicory.wasm.types.Value
Packages that use Value
-
Uses of Value in com.dylibso.chicory.wasm.types
Methods in com.dylibso.chicory.wasm.types that return ValueModifier and TypeMethodDescriptionstatic ValueValue.externRef(long data) static ValueValue.f32(long data) static ValueValue.f64(long data) static ValueValue.fromDouble(double data) static ValueValue.fromFloat(float data) static ValueValue.funcRef(long data) static ValueValue.i32(int data) static ValueValue.i32(long data) static ValueValue.i64(long data)