Michael Taylor

Results 15 comments of Michael Taylor
trafficstars

Yes, I am using swiftly. I will look into whether that's an issue... Thanks!

Confirmed. I did: ```sh swiftly use -p ``` Then I pasted the resulting path + `/usr/bin` into `swift.path`. I then restarted and I can debug tests again. So, it looks...

As a workaround, you can run just the browser-based tests by themselves. That will cache the necessary optimized dependencies in `node_modules/.vite`. After that, you can run all of your tests...

Thanks for that. I am just getting into Swift. However, I think that the clang-based Swift toolchain is not based on emscripten. It can compile C/C++/Swift to WASM, but it...

That's the issue. We do need to target a wide range of platforms, so your bindings are tempting. However, I don't know that there's a way to use the emscripten...