Hi,
I wanted to know if it is possible to compile swift code for bare metal. I know
there is a runtime but does swift depend on it to execute even if I don't use
those features?, can I disable them somehow. I was hoping that since you can
produce LLVM Bytecode that you can cross compile using the arm-none-eabi
toolchain for an embedded use-case (http://www.ti.com/tool/ek-tm4c123gxl).
Please tell me there's hope, I don't want to use C++ :(
Thanks.
_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev