Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extern generics #226

Merged
merged 2 commits into from
Apr 10, 2024
Merged

Extern generics #226

merged 2 commits into from
Apr 10, 2024

Conversation

rooooooooob
Copy link
Collaborator

Allows types defined by _CDDL_CODEGEN_EXTERN_TYPE_ to be used with generic arguments.

Generics will be used directly on the rust side, but due to wasm-bindgen restrictions must be specified for each concrete type like with current generic support.

Allows types defined by `_CDDL_CODEGEN_EXTERN_TYPE_` to be used with
generic arguments.

Generics will be used directly on the rust side, but due to wasm-bindgen
restrictions must be specified for each concrete type like with current
generic support.
@rooooooooob rooooooooob merged commit aafb28c into master Apr 10, 2024
1 check passed
@SebastienGllmt SebastienGllmt deleted the extern-generics branch May 1, 2024 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants