opendylan
opendylan copied to clipboard
WebAssembly support?
Given that OpenDylan now has a LLVM-based code generator, how much work would it be to add WebAssembly target?
I'm pretty much waiting for https://github.com/WebAssembly/gc to progress further before attempting to pursue this.
Right, the GC proposal would help. In the mean-time, could an implementation require a host-environment that provides memory management functions? The module would import and use those for allocating memory, the module would export its memory, and the host-environment would perform GC.
Are there places in the code base that I could look at?