-
Notifications
You must be signed in to change notification settings - Fork 65
Annotations #372
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
Annotations #372
Conversation
Oh shoot, as mentioned in bytecodealliance/wasm-pkg-tools#150 (comment) we should not create authors in the producers until bytecodealliance/wasm-tools#2054 has landed. Making a note here so I don't forget. |
fixed the author bits of the PR. Once #371 has been merged this should be good to go now! |
74fd578
to
97ebe70
Compare
#371 has been merged; this is now ready for review |
Tests seem to be failing because Rust 1.58 has shipped, warning that |
bytecodealliance/wit-bindgen#1183 should fix this I believe. |
Just needs a rebase on main now |
97ebe70
to
bed7cf9
Compare
rebased; now just waiting on CI to pass |
I don't have merge rights on this, but I think it's ready to be merged! |
Depends on #371. Adds support for component-native annotations. I wasn't quite sure what to put in the "language field" for the top-level component, but I figured "Rust" would be a good fit. Thanks!
Before
After