inline expect fun Memory.storeFloatAt(offset: Int, value: Float): Unit
inline expect fun Memory.storeFloatAt(offset: Long, value: Float): Unit
Write short signed 32bit floating point number in the network byte order (Big Endian)