Owi.Concrete_tableruntime table
type table = Concrete_value.ref_value arraytype t = {id : int;label : string option;limits : Types.limits;typ : Types.simplified Types.ref_type;mutable data : table;}val get : t -> int -> Concrete_value.ref_valueval set : t -> int -> Concrete_value.ref_value -> unitval size : t -> intval typ : t -> Types.simplified Types.ref_typeval init : ?label:string -> Types.simplified Types.table_type -> tval max_size : t -> int optionval grow : t -> int32 -> Concrete_value.ref_value -> unitval fill : t -> int32 -> int32 -> Concrete_value.ref_value -> unit