-
Notifications
You must be signed in to change notification settings - Fork 257
Initial fixed size list implementation #1277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
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 bytecodealliance/wasmtime#10619 , and a very recent version of wasm-component-ld for the tests to pass. |
7f2f236 to
ed27ed6
Compare
ed27ed6 to
e7ce6f0
Compare
|
This is ready, but depends on bytecodealliance/wasmtime#10619 for successful tests. |
See WebAssembly/component-model#384 for the commit which added fixed size lists to the component model standard documents.