Dheatly23 / godot-wasm

WebAssembly binding for Godot
Apache License 2.0
18 stars 4 forks source link

Garbage collection #2

Open Frontrider opened 1 year ago

Frontrider commented 1 year ago

When the GDextension version can be released, would it support the WebassemblyGC proposal?

Dheatly23 commented 1 year ago

Perhaps, if wasmtime has it then i'll try to enable it. But by the looks of the proposal, it'll be a long while (i think component model is being expedited, then GC follows).

Frontrider commented 1 year ago

I will admit that the support was only added recently to firefox/chrome, and you have to enable it by hand.

I'm reading that the kotlin webassembly compiler relies on it.