-
Notifications
You must be signed in to change notification settings - Fork 49
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
Add a roadmap #105
Comments
hello, I find wit intresting. specifically around primitive types and records. i see tuples can emulate fixed size lists like. other question. |
Great questions, and I've certainly wished for a WIT map type a few times. Although please bear in mind that WIT is an IDL (Interface Definition Language), not a standard library, and is constrained to try to map well into as many languages as possible - very specific types like "sorted unique map" are likely to be out of scope. In any event, you'll likely get better answers to roadmap questions on the component model GitHub (https://github.com/WebAssembly/WASI) or in the Bytecode Alliance Zulip (https://bytecodealliance.zulipchat.com/) - this repo focuses on as-is developer documentation for the component model. |
Found fixed types here WebAssembly/component-model#181 and dictionaries WebAssembly/component-model#125 and structured annotations WebAssembly/component-model#58 |
We should add a roadmap to the book that says what features are coming
The text was updated successfully, but these errors were encountered: