You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For instance, trying to use wit-bindgen on the attached inline.wit:
wit-bindgen grain inline.wit
thread 'main' panicked at crates/grain/src/lib.rs:145:18:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace`
However, it is possible to work around this by not using inline interfaces:
Inline interfaces do not work.
For instance, trying to use wit-bindgen on the attached inline.wit:
However, it is possible to work around this by not using inline interfaces:
wit_files.zip
Version information:
The text was updated successfully, but these errors were encountered: