View Source Orb.U32.DSL (Orb v0.1.1)
Unsigned 32-bit integer operators.
Some operators like division have two variations in WebAssembly: signed and unsigned. By default math perform signed operations, but if you want unsigned math you can pass U32
to Orb.DSL.Defw.wasm_mode/1
like so: wasm_mode(Orb.U32)
.