Tinygorush#2634
Conversation
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
This allows a different runone to be provided for baremetal environments. Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
|
so here is the POC this runs the commands without using fork. That means it can work on bare metal environments like tinygo and tamago It has a very simple problem: because of globals :-) |
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
|
ok, with the latest no more problems with flag. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2634 +/- ##
==========================================
- Coverage 74.71% 74.70% -0.01%
==========================================
Files 412 413 +1
Lines 41651 41653 +2
==========================================
Hits 31118 31118
- Misses 10533 10535 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
Otherwise it works for me: |
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
No description provided.