Results 426 comments of Max Desiatov

https://github.com/apple/swift-package-manager/pull/7353 @swift-ci test linux

https://github.com/apple/swift-package-manager/pull/7353 @swift-ci test

https://github.com/apple/swift-package-manager/pull/7353 @swift-ci test linux

I'm interested in this as I'm trying to build binaryen for Wasm without emscripten. The reason is that [SwiftWasm](https://swiftwasm.org) toolchains operate without emscripten at all. We could call into prebuilt...

> I'm curious to understand your use case: is this to run on the developer's machine, or to ship with the code? And if on the developer's machine, why not...

@kripken > In theory a "lower invokes" pass could be written, that emulates the behavior of invokes. That would be similar in effect to the monad approach @MaxGraey mentioned (every...

FWIW you don't need to own embedded hardware to test Embedded Swift support in general. Embedded Swift is just as useful for Wasm, and a compatible Wasm runtime is available...

As JavaScriptKit is a separate package and is not available in either Swift toolchain or Swift SDK, I don't think adding any dependencies on it is feasible. It would be...

> Did we bump up the minimum supposed macOS version in the Swift OSS toolchain? For macOS it's now the same as in SwiftPM https://github.com/swiftlang/swift-package-manager/blob/d8bc782bbb84012f3cdff97a4a2afed9029cda25/Package.swift#L133

Would you be able to clarify what your use case is for exposing `/` in addition to `.`? How would you expect it to work? No matter what CWD is,...