Skip to content

Carton 0.12.0 with SwiftWasm 5.5.0 fails with linker command #268

Closed
@Sefford

Description

@Sefford

Hello, I have been running Carton 0.12.0 with SwiftWasm and my build fails with the linker command in swiftwasm/swift#3891.

I have checked the PR on #263 indicating you had added the required linker flags in carton; but looking at the code in

"--product", product.name, "--triple", "wasm32-unknown-wasi",

and

"-Xlinker", "-licuuc", "-Xlinker", "-licui18n"

I believe you have only added them for carton test and not carton build command? Would that be correct?

Is there a way to manually input those flags via command line?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions