Good News: Almost all druntime supported on arsd webassembly
    Sebastiaan Koppe 
    mail at skoppe.eu
       
    Sun Nov  5 16:18:53 UTC 2023
    
    
  
On Sunday, 5 November 2023 at 01:28:25 UTC, Lingo Chen wrote:
> https://v8.dev/blog/wasm-gc-porting
>
> wasmgc is shipping. any plan for porting?
My understanding is that it requires emitting dedicated 
instructions for allocating such objects, as well as dedicated 
instructions for accessing them. Since LLVM doesn't support them, 
I am not sure what a possible path to support should look like, 
aside from writing a complete fresh backend.
    
    
More information about the Digitalmars-d-announce
mailing list