Good News: Almost all druntime supported on arsd webassembly

Richard (Rikki) Andrew Cattermole richard at cattermole.co.nz
Wed Nov 8 13:52:34 UTC 2023


On 09/11/2023 2:42 AM, Hipreme wrote:
> If the runtime is not revived, there is no point in having a GC at all, 
> and it is impossible to use the GC without the runtime, but runtime 
> without the GC, it is possible :)

That's not true.

You wouldn't need anything in druntime to make the wasm GC work. 
Everything would be done in the glue layer of the compiler and would be 
specific to that target.

The druntime bits for GC or TypeInfo wouldn't be used.


More information about the Digitalmars-d-announce mailing list