wit-bindgen icon indicating copy to clipboard operation
wit-bindgen copied to clipboard

Initial fixed size list implementation

Open cpetig opened this issue 8 months ago • 2 comments

See https://github.com/WebAssembly/component-model/pull/384 for the commit which added fixed size lists to the component model standard documents.

cpetig avatar Apr 20 '25 19:04 cpetig

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.

cpetig avatar Jul 13 '25 21:07 cpetig

Also this requires https://github.com/bytecodealliance/wasmtime/pull/10619 , and a very recent version of wasm-component-ld for the tests to pass.

cpetig avatar Jul 13 '25 21:07 cpetig