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 #229

Open
mnemnion opened this issue Jul 10, 2024 · 2 comments
Open

WASM-GC #229

mnemnion opened this issue Jul 10, 2024 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@mnemnion
Copy link

Tracking issue for the garbage collection extension to WebAssembly.

I'm assuming that this is NYI for zware. It hasn't made it into an official spec yet, but the design is stabilizing and implementations are starting to appear in the wild, Chrome's engine for example.

@malcolmstill
Copy link
Owner

Thanks for the issue @mnemnion, it would certainly be cool to support this.

As it stands I have not read the gc spec, so would have to do some work to understand where even to start.

@malcolmstill malcolmstill added enhancement New feature or request help wanted Extra attention is needed labels Jul 12, 2024
@mnemnion
Copy link
Author

It's standard-tracked but not yet standard, so there's plenty of time to figure it out.

I just figured that, as Zig supports a WASM backend, and the bootstrap process uses a minimal WASM interpreter, that Zig should have a first-class WASM runtime, which (my having admittedly not tried to use it) zware appears to be well on the way to being.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants