diff options
author | Paul Duncan <pabs@pablotron.org> | 2022-03-02 02:25:32 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2022-03-02 02:25:32 -0500 |
commit | 4e5aab154274effb75484f89837ff852b24eee01 (patch) | |
tree | 65dba873fd7b0f4bad92006849b6efe4ce7f5b35 /content/posts/2021-12-31-tiny-binaries.md | |
parent | 2c0f82c8c2aa1e6aec4801bb069a16048a6f2c0f (diff) | |
download | pablotron.org-4e5aab154274effb75484f89837ff852b24eee01.tar.bz2 pablotron.org-4e5aab154274effb75484f89837ff852b24eee01.zip |
added posts/2022-03-02-tiny-binaries-redux.md
Diffstat (limited to 'content/posts/2021-12-31-tiny-binaries.md')
-rw-r--r-- | content/posts/2021-12-31-tiny-binaries.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/content/posts/2021-12-31-tiny-binaries.md b/content/posts/2021-12-31-tiny-binaries.md index 8e0c5bb..d965c2e 100644 --- a/content/posts/2021-12-31-tiny-binaries.md +++ b/content/posts/2021-12-31-tiny-binaries.md @@ -45,6 +45,9 @@ Optimization][tb-asm] for an explanation of the assembly results. and makes it [significantly easier to create stripped binaries][rust-strip]. +**Update (2022-03-02):** Added a [follow up post][tb-redux] with Go +1.18rc1, Rust 1.59, and TinyGo 0.22. + [x86-64]: https://en.wikipedia.org/wiki/X86-64 "64-bit version of x86 instruction set" [linux]: https://en.wikipedia.org/wiki/Linux @@ -73,3 +76,5 @@ binaries][rust-strip]. "Rust 1.59.0 release announcement." [rust-strip]: https://blog.rust-lang.org/2022/02/24/Rust-1.59.0.html#creating-stripped-binaries "Creating stripped binaries section of Rust 1.59.0 release announcement." +[tb-redux]: {{< ref "2022-03-02-tiny-binaries-redux.md" >}} + "Tiny Binaries Redux post." |