type t = Js_of_ocaml.Typed_array.float32Array Js_of_ocaml.Js.t
val set : t -> int -> float -> unitval get : t -> int -> floatval length : t -> intval fill : t -> float -> unitval blit : src:t -> s_off:int -> dst:t -> d_off:int -> len:int -> unitval create : int -> Js_of_ocaml.Typed_array.float32Array Js_of_ocaml.Js.t