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