[swift-users] Hacking the swift compiler to use the llvm wasm target
Fabio Kaminski
fabiokaminski at gmail.com
Sat Oct 7 20:04:41 CDT 2017
Hello,
I was playing a liitle bit with the Swift compiler to it could use the
WebAssembly LLVM backend, the same way Clang already do it right now.
Well, i've implemented the toolchain ok, but now its asking me for a
Sdk for the new toolchain.
My question is: How can i create a new runtime for this custom
toolchain i've created in a way the compiler understand is it there?
Of course i can spend more time hacking and findind that out.. but
maybe someone could give me some tips and spare me some trouble?
Thanks
More information about the swift-users
mailing list