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

Constructor functions for AnalysedType #17

Merged
merged 5 commits into from
Oct 9, 2024
Merged

Conversation

vigoo
Copy link
Collaborator

@vigoo vigoo commented Oct 1, 2024

These were already defined and used here:
https://github.com/golemcloud/wasm-rpc/blob/main/wasm-rpc-stubgen/tests/stub_wasm.rs

Moving them to AnalysedType makes it possible to use these anywhere by importing analysed_type::* (for example in tests, or when dynamically generating types)

Resolves golemcloud/wasm-rpc#86
Related to golemcloud/golem#917

@vigoo vigoo merged commit bfd8ae1 into main Oct 9, 2024
3 checks passed
@vigoo vigoo deleted the vigoo/type-constructors branch October 9, 2024 12:16
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.

Move the test helpers from stubgen test to golem-wasm-ast
2 participants