Hi. All wit-bindgen proc-macros are panicking. This is probably due to this: https://github.com/dtolnay/proc-macro2/issues/483.
Yep. I discovered this as I’m logging off for the evening, we will sort it out in the morning. In the meantime you could pin your project to proc-macro2 =1.0.98
new version of proc-macro2
is out which fixed the issue.
Added that to a PR to force it in newer builds:
https://github.com/bytecodealliance/wit-bindgen/pull/1095
Last updated: Nov 22 2024 at 17:03 UTC