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

Wasm GC #20

Closed
wants to merge 3 commits into from
Closed

Wasm GC #20

wants to merge 3 commits into from

Conversation

AjaniBilby
Copy link
Member

Implement wasm gc object support

@AjaniBilby AjaniBilby self-assigned this Nov 10, 2024
@AjaniBilby
Copy link
Member Author

Rejected as wasm-gc is a leak abstraction and there is no way for a GC object to be referred to by a struct in memory, instead only allowing the relationship in the opposite direction, that means anything encapsulating a GC object will need to also be GC which is too leaky and will just make everything GC when it doesn't need to be.

@AjaniBilby AjaniBilby closed this Nov 10, 2024
@AjaniBilby AjaniBilby deleted the wasm-gc branch November 10, 2024 04:38
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.

1 participant