View Source Orb.U32.DSL (Orb v0.0.8)

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.wasm/2 like so: wasm U32 do.

Summary

Functions