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