Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.I32Sub
-
Packages that use I32Sub Package Description de.mirkosertic.bytecoder.core.backend.wasm.ast -
-
Uses of I32Sub in de.mirkosertic.bytecoder.core.backend.wasm.ast
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return I32Sub Modifier and Type Method Description static I32Sub
ConstExpressions.i32. sub(WasmValue leftValue, WasmValue rightValue)
-