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
When wit-bindgen generates bindings for high-level source languages, it follows their naming conventions, such as using camelCase for JavaScript and snake_case for Rust, and so on. To be able to do this, it needs to be able to identify where the word separators are, so wit restricts the format to kebab-case.
There is not yet a formal definition for wit, though discussions have started about setting up a standards home for it.
I wonder why using the underscore character in identifiers is not allowed here.
gives the following error
Also, where could I find the formal definition for .wit files?
The text was updated successfully, but these errors were encountered: