Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
spec
/
9fd0547
/
.
/
interpreter
/
exec
/
i32.ml
blob: 3b90885fc1cc369a48c8d6246109bf6d10ab1143 [
file
] [
log
] [
blame
]
(* WebAssembly-compatible i32 implementation *)
include
Int
.
Make
(
struct
include
Int32
let
bitwidth
=
32
end
)