wasm-c-api
wasm-c-api copied to clipboard
Consider use of scoped enums
Scoped enums are safer than normal enums. Would you consider using them for the Mutability, ExternKind and ValKind enums?
Done in #121, but I'm on the fence whether it's worth the extra verbosity in this case. If only C++ didn't conflate stricter enum typing with questions of scoping...