This is about adding support for the gc (garbage collection) Wasm proposal.
The gc Wasm proposal has been recently moved to Phase 4 and thus stabilization can be expected to happen soon.
Having gc support in wasmi will be an enabler for use cases and languages that rely on the garbage collection such as Python, Java, Ruby, Javascript etc.
This is about adding support for the
gc(garbage collection) Wasm proposal.The
gcWasm proposal has been recently moved to Phase 4 and thus stabilization can be expected to happen soon.Having
gcsupport inwasmiwill be an enabler for use cases and languages that rely on the garbage collection such as Python, Java, Ruby, Javascript etc.