You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade to v0.5.0
* Close#37 Embed the CRT into the compiler.
* Fix#38 Cannot compile when the source file not in current directory.
* Add temporary file tools (create and delete).
* Generate temporary object file at linking and delete it before exit.
* Use xxd to generate hex file for CRT libraries.
Upgrade to v0.2.0
* Close#32 Search linker and c runtime libraries at runtime, rather than compiling time enhancement
* Close#33 Use alpine to instead ubuntu to reduce image size enhancementNew feature or request
* Close#34 Static link rather than dynamic link enhancementNew feature or request