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

Merge with upstream #49

Merged
merged 2 commits into from
Jan 12, 2024
Merged

Merge with upstream #49

merged 2 commits into from
Jan 12, 2024

Conversation

dhil
Copy link
Member

@dhil dhil commented Jan 12, 2024

No description provided.

fitzgen and others added 2 commits January 10, 2024 21:10
* wasm-smith: Generate GC types

Doesn't add support for generating GC instructions yet.

Also doesn't add support for non-nullable references yet, as there are various
places where we expect a type to be defaultable and/or have a value of the type
we can construct immediately and nullability is a good short hand for
that. Eventually we should properly support non-nullable references though.

* Enable Wasm GC during fuzzing

* wasmprinter: Fix printing of supertypes

Was just printing the supertype index in a comment if there wasn't a name
before. Now it prints the name when available or the index when it isn't
available.

* Fix config of fuzzing of Wasm GC

* Fix compilation in rebase

* Remove unnecessary || and add TODO about feature flags
@dhil dhil merged commit c925446 into wasmfx:main Jan 12, 2024
6 checks passed
@dhil dhil deleted the wasmfx-merge branch January 12, 2024 13:30
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