abs_f32 :: (val: f32) -> f32
abs_f64 :: (val: f64) -> f64
and_i32 :: (lhs: i32, rhs: i32) -> i32
and_i64 :: (lhs: i64, rhs: i64) -> i64
ceil_f32 :: (val: f32) -> f32
ceil_f64 :: (val: f64) -> f64
clz_i32 :: (val: i32) -> i32
clz_i64 :: (val: i64) -> i64
copysign_f32 :: (lhs: f32, rhs: f32) -> f32
copysign_f64 :: (lhs: f64, rhs: f64) -> f64
ctz_i32 :: (val: i32) -> i32
ctz_i64 :: (val: i64) -> i64
floor_f32 :: (val: f32) -> f32
floor_f64 :: (val: f64) -> f64
max_f32 :: (lhs: f32, rhs: f32) -> f32
max_f64 :: (lhs: f64, rhs: f64) -> f64
memory_copy :: (dst: rawptr, src: rawptr, count: i32) -> void
memory_equal :: (a: rawptr, b: rawptr, count: i32) -> bool
memory_fill :: (dst: rawptr, byte: u8, count: i32) -> void
memory_grow :: (val: u32) -> i32
min_f32 :: (lhs: f32, rhs: f32) -> f32
min_f64 :: (lhs: f64, rhs: f64) -> f64
nearest_f32 :: (val: f32) -> f32
nearest_f64 :: (val: f64) -> f64
or_i32 :: (lhs: i32, rhs: i32) -> i32
or_i64 :: (lhs: i64, rhs: i64) -> i64
popcnt_i32 :: (val: i32) -> i32
popcnt_i64 :: (val: i64) -> i64
reinterpret_f32 :: (val: f32) -> i32
reinterpret_f64 :: (val: f64) -> i64
reinterpret_i32 :: (val: i32) -> f32
reinterpret_i64 :: (val: i64) -> f64
rotl_i32 :: (lhs: i32, rhs: i32) -> i32
rotl_i64 :: (lhs: i64, rhs: i64) -> i64
rotr_i32 :: (lhs: i32, rhs: i32) -> i32
rotr_i64 :: (lhs: i64, rhs: i64) -> i64
sar_i32 :: (lhs: i32, rhs: i32) -> i32
sar_i64 :: (lhs: i64, rhs: i64) -> i64
shl_i32 :: (lhs: i32, rhs: i32) -> i32
shl_i64 :: (lhs: i64, rhs: i64) -> i64
slr_i32 :: (lhs: i32, rhs: i32) -> i32
slr_i64 :: (lhs: i64, rhs: i64) -> i64
sqrt_f32 :: (val: f32) -> f32
sqrt_f64 :: (val: f64) -> f64
trunc_f32 :: (val: f32) -> f32
trunc_f64 :: (val: f64) -> f64
unreachable :: () -> void
xor_i32 :: (lhs: i32, rhs: i32) -> i32
xor_i64 :: (lhs: i64, rhs: i64) -> i64