Module
Wasm.Int
- Package
- purescript-wasm-base
- Repository
- purs-wasm/purescript-wasm-base
WasmBase Wasm.Int (ADR 0026/0028): first-order Int primitives, so WasmBase modules —
and ulib shadows of low-level prelude modules (e.g. Data.Functor, which imports no
arithmetic) — can run without Prelude (which would be circular). Types are Prim; the
operations resolve to intrinsics on wasm (Intrinsics.qualifiedIntrinsic — Wasm.Int.*)
and to Wasm/Int.js on the JS backends.