Has wit-bindgen had wit-parser
bumped to require ;
s ? I think I saw some discussion about semi colons
If so I guess I need to update the wasmtime-wasi wit to resolve this
error: failed to parse package: C:\Users\runneradmin\.cargo\registry\src\index.crates.io-6f17d22bba15001f\wasmtime-wasi-13.0.0\wit
Caused by:
expected ';', found keyword `import`
--> C:\Users\runneradmin\.cargo\registry\src\index.crates.io-6f17d22bba15001f\wasmtime-wasi-13.0.0\wit\command-extended.wit:5:3
|
5 | import wasi:clocks/monotonic-clock
| ^
I think that is a bug, at least going by @Alex Crichton's announced timeline (see also wasm-tools#1205)
@Scott Waye semicolons should not be required yet, but you may be running in an environment that sets the env var to require semicolons. If you're not doing that then there may be a bug, and/or you can set WIT_REQUIRE_SEMICOLONS=0
in the environment. If none of that works let me know and I should dig in
4 messages were moved here from #wit-bindgen > broken deps by Alex Crichton.
Thanks, yes it is in the env, for my PR here: https://github.com/bytecodealliance/wit-bindgen/blob/main/.github/workflows/main.yml#L35
Ah ok cool makes sense, and yeah I'm trying to opt-in on a per-repo basis for the time being to make sure everything is prepared for when semicolons are required
I'll revert it in my branch to see how it goes
Aha that's actually a really good point that if you use wasmtime as a dep it's difficult
I'm gonna go confirm the wasmtime 14 release has semicolons now
Scott Waye has marked this topic as resolved.
Last updated: Nov 22 2024 at 16:03 UTC