Uses of Class
com.dylibso.chicory.wasm.types.WasmEncoding
-
Packages that use WasmEncoding Package Description com.dylibso.chicory.wasm.types -
-
Uses of WasmEncoding in com.dylibso.chicory.wasm.types
Methods in com.dylibso.chicory.wasm.types that return WasmEncoding Modifier and Type Method Description static WasmEncoding[]OpCode. getSignature(OpCode o)static WasmEncodingWasmEncoding. valueOf(String name)Returns the enum constant of this type with the specified name.static WasmEncoding[]WasmEncoding. values()Returns an array containing the constants of this enum type, in the order they are declared.
-