We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To support generics, Vec, and more, a lot of effort went into redesigning the JSON ABI file format; the discussion can be found here.
Vec
We have a couple of hand-made examples already, so both teams (SDK and Compiler) can work on it in parallel.
This issue tracks this support. Tasks:
Once this is done and we have feature parity between the old and new format, we can start adding support for generics and other newer features.
The text was updated successfully, but these errors were encountered:
digorithm
Successfully merging a pull request may close this issue.
To support generics,
Vec
, and more, a lot of effort went into redesigning the JSON ABI file format; the discussion can be found here.We have a couple of hand-made examples already, so both teams (SDK and Compiler) can work on it in parallel.
This issue tracks this support. Tasks:
Once this is done and we have feature parity between the old and new format, we can start adding support for generics and other newer features.
The text was updated successfully, but these errors were encountered: