wit-bindgen
wit-bindgen copied to clipboard
Initial fixed size list implementation
See https://github.com/WebAssembly/component-model/pull/384 for the commit which added fixed size lists to the component model standard documents.
I have a newer version at https://github.com/cpetig/wit-bindgen/tree/work-in-progress which tests more in depth and also supports C++, I need to separate and clean up that one and then push it here for review.
Also this requires https://github.com/bytecodealliance/wasmtime/pull/10619 , and a very recent version of wasm-component-ld for the tests to pass.