dev: Fixed-length lists, host side (#12315)
Pre-release
Pre-release
* implement fixed size lists host side * fix compilation * add enough implementation to make wasmtime compile * rustfmt * fixed_(size is now length)_list * fix clippy and other tests * fixed length list test * correct code for test * separate the functionality which should become core * replace multiplication by addition * use length instead of size consistently * fix clippy * prefer checked multiplication and conversion * checked multiplication * move array_try_from_fn to core crate * use Alex' implementation and the matching tests (see comment on #12315) * add missing docs and correct crate path * fix the MSRV by working around missing MaybeUninit methods * fix the doctest (facepalm) * streamline fixed_length_list_static * correct rustdoc reference