What is the current state of a working Ada-to-Wasm toolchain?
My experiments so far:
- GCC: No Wasm target available
- LLVM:
gnat-llvm
exists, but I haven’t been able to build a working toolchain for Apple silicon for many months. You get very little to no help here, others have also given up…
It is very frustrating for me. I had played a bit with Rust and Go, and there Wasm was a very simple target… everything worked straight away