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