mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 13:33: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
@@ -66,6 +66,7 @@ commands:
|
||||
- run: tinygo build -size short -o test.elf -target=pca10056 examples/blinky2
|
||||
- run: tinygo build -size short -o test.elf -target=itsybitsy-m0 examples/blinky1
|
||||
- run: tinygo build -size short -o test.elf -target=circuitplay-express examples/blinky1
|
||||
- run: tinygo build -o wasm.wasm -target=wasm examples/wasm
|
||||
test-linux:
|
||||
parameters:
|
||||
llvm:
|
||||
|
||||
Reference in New Issue
Block a user