mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-10 22:13:39 +00:00
main: use wasm-ld instead of wasm-ld-8 on macOS
This commit does a few things: * remove the -8 suffix on macOS, where it is not necessary * add smoke tests for compiling wasm files on Linux and macOS
This commit is contained in:
committed by
Ron Evans
parent
d653088cbe
commit
31d57fd3d1
+1
-1
@@ -7,5 +7,5 @@ var commands = map[string]string{
|
||||
"ar": "llvm-ar",
|
||||
"clang": "clang-8",
|
||||
"ld.lld": "ld.lld-8",
|
||||
"wasm-ld": "wasm-ld-8",
|
||||
"wasm-ld": "wasm-ld",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user