blob: 3b90885fc1cc369a48c8d6246109bf6d10ab1143 [file] [log] [blame]
(* WebAssembly-compatible i32 implementation *)
include Int.Make
(struct
include Int32
let bitwidth = 32
end)