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
{{ message }}
This repository was archived by the owner on Aug 17, 2025. It is now read-only.
This would generate the following content of a WIT file, which is incorrect as mutex is not wit keyword or any defined data type.
record auction-id {
auction-id: mutex,
}
This ticket is to forbid the ability to write this - make the macro not compile. It would be nice to only allow WIT data types (option, result, list...) and whatever is defined inside the module.