Carl Åstholm 777215d78b Use -unknown when converting WASI/Emscripten target triples into LLVM triples
The "musl" part of the Zig target triples `wasm32-wasi-musl` and
`wasm32-emscripten-musl` refers to the libc, not really the ABI.

For WASM, most LLVM-based tooling uses `wasm32-wasi`, which is
normalized into `wasm32-unknown-wasi`, with an implicit `-unknown` and
without `-musl`.

Similarly, Emscripten uses `wasm32-unknown-emscripten` without `-musl`.

By using `-unknown` instead of `-musl` we get better compatibility with
external tooling.
2025-03-24 07:04:33 +01:00
..
2025-03-16 08:17:50 +00:00
2025-01-16 20:42:08 -05:00
2025-02-26 11:42:04 -08:00
2025-03-07 22:22:01 +01:00
2025-02-22 17:09:20 -08:00
2025-03-16 08:17:50 +00:00
2025-03-16 08:17:50 +00:00
2024-09-19 18:20:20 -07:00
2024-09-19 18:20:20 -07:00