Can we ease WASM in D ?

bioinfornatics bioinfornatics at fedoraproject.org
Wed Nov 16 22:51:31 UTC 2022


Dear community,

I look some day ago to the D wasm page:
-> https://wiki.dlang.org/Generating_WebAssembly_with_LDC

And since then I ask myself can we at  compile time convert a D 
code to an extern C code for wasm ?

Indeed, if a library/framework  would wrap this to let end user 
write his code in plain D that would be awesome.

So did you think it is possible to do it by using 
metaprogramming, mixin, mixin template, mixin string … ?

Thanks for your ideas


More information about the Digitalmars-d-learn mailing list