wazero icon indicating copy to clipboard operation
wazero copied to clipboard

Wasm GC

Open matthewp opened this issue 1 year ago • 3 comments

Is your feature request related to a problem? Please describe. GC-needing languages are more difficult to do in wasm due to needing to include GC in the binary.

Describe the solution you'd like Support for Wasm GC

Describe alternatives you've considered None, other than continuing to use own GC implementation.

Additional context

matthewp avatar Dec 08 '23 17:12 matthewp

wazero has a small team, and needs to focus on finished proposals.

Also, a new compiler is in the works, so wide ranging proposals that need compiler support are likely to be shelved until that is more close to ready.

ncruces avatar Dec 08 '23 18:12 ncruces

I completely understand, just thought I should create a feature request issue so that future people who search to see the status have something that comes up.

matthewp avatar Dec 08 '23 20:12 matthewp

thanks @matthewp !

evacchi avatar Dec 08 '23 20:12 evacchi