blob: 20e4eb40d9f84bceb36e5a0c979ad2dc67a4b9c5 [file] [log] [blame]
(* WebAssembly-compatible type conversions to i32 implementation *)
val wrap_i64 : I64.t -> I32.t
val trunc_f32_s : F32.t -> I32.t
val trunc_f32_u : F32.t -> I32.t
val trunc_f64_s : F64.t -> I32.t
val trunc_f64_u : F64.t -> I32.t
val reinterpret_f32 : F32.t -> I32.t