wazero
wazero copied to clipboard
Wasm GC
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
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.
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.
thanks @matthewp !