Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
spec
/
refs/heads/dschuff-patch-1
/
.
/
interpreter
/
runtime
/
i31.mli
blob: 7b5c20092d01727678b0747b65151eb2bde28a97 [
file
] [
log
] [
blame
] [
edit
]
open
Value
type i31
=
int
type t
=
i31
type ref_
+=
I31Ref of i31
val of_i32
:
int32
->
i31
val to_i32
:
Pack
.
sx
->
i31
->
int32