mirror of
https://github.com/soypat/lneto.git
synced 2026-09-07 23:39:04 +00:00
d7f3924489
* cull fmt package use and prevent aggressive DCE in MWE example with TinyGo * add noslog build tag and small reference section to README * add memci * fix ci * whoops, forgot memci.json to gitignore * whoops x2 * use noslog build tag * don't go ham on removing fmt useful data * remove old benchmarking CI
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
|
|
}
|
|
]
|