The Future of D Runtime
    Denis Feklushkin 
    feklushkin.denis at gmail.com
       
    Sun Jun  9 16:58:33 UTC 2024
    
    
  
On Saturday, 8 June 2024 at 21:15:39 UTC, monkyyy wrote:
> if you want to keep d exactly where it is; I cant imagine much 
> reason to change libc dependence its fine for windows and linux 
> and fake linux; so is there going to be a major push for wasm 
> or embedded?
As I remember, druntime uses not more than 10 CRT calls: 
allocate/free memory, sockets, threads. Thats all.
It upsets me that we have a huge core.stdc.* - it would be great 
to move these files somewhere
    
    
More information about the Digitalmars-d
mailing list