mirror of
https://github.com/soypat/lneto.git
synced 2026-09-04 13:59:04 +00:00
14 lines
363 B
JSON
14 lines
363 B
JSON
[
|
|
{
|
|
"name":"Stack MWE",
|
|
"build":"go build -o=mwe.elf -tags=noslog ./examples/min-working-example",
|
|
"elf":"mwe.elf"
|
|
},
|
|
{
|
|
"name":"Stack MWE pico",
|
|
"build":"tinygo build -o=mwe-pico.elf -target=pico -tags=noslog -panic=trap ./examples/min-working-example",
|
|
"elf":"mwe-pico.elf",
|
|
"mem":true
|
|
}
|
|
]
|