Re: [swift-dev] [swift-build-dev] Cross-compiling Swift to WebAssembly

2017-06-27 Thread Nathan Gray via swift-dev
Thanks Daniel. I was guessing this was more of a build challenge but swift-dev is probably a better forum regardless. I think a WebAssembly target would more-or-less look like a generic unix target, so I was thinking about trying a port analogous to the FreeBSD or Linux port but using the emscrip

Re: [swift-dev] [swift-build-dev] Cross-compiling Swift to WebAssembly

2017-06-27 Thread Daniel Dunbar via swift-dev
Hi Nathan, This is probably best brought up on swift-dev (CC'd), since this is (initially) mostly a compiler problem and not related to the build tools (the package manager). - Daniel > On Jun 25, 2017, at 4:50 PM, Nathan Gray via swift-build-dev > wrote: > > Hello, > > Is anybody else ou