Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
spec
/
16a91bd
/
.
/
interpreter
/
exec
/
i64.ml
blob: d44a3e1b08248e26ac42c4a10996247584c894b7 [
file
] [
log
] [
blame
]
(* WebAssembly-compatible i64 implementation *)
include
Int
.
Make
(
struct
include
Int64
let
bitwidth
=
64
end
)