diff options
author | Paul Duncan <pabs@pablotron.org> | 2022-03-02 02:34:10 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2022-03-02 02:34:10 -0500 |
commit | e2c16034dee1879d7b05ac057d7375d29a2033a7 (patch) | |
tree | 75ad8ab876886fb7140589f839dc6303c484e0bf | |
parent | 4e5aab154274effb75484f89837ff852b24eee01 (diff) | |
download | pablotron.org-e2c16034dee1879d7b05ac057d7375d29a2033a7.tar.bz2 pablotron.org-e2c16034dee1879d7b05ac057d7375d29a2033a7.zip |
misc tiny binaries original and redux fixes
-rw-r--r-- | content/posts/2021-12-31-tiny-binaries.md | 2 | ||||
-rw-r--r-- | content/posts/2022-03-02-tiny-binaries-redux.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/2021-12-31-tiny-binaries.md b/content/posts/2021-12-31-tiny-binaries.md index d965c2e..26eec4d 100644 --- a/content/posts/2021-12-31-tiny-binaries.md +++ b/content/posts/2021-12-31-tiny-binaries.md @@ -77,4 +77,4 @@ binaries][rust-strip]. [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." + "Tiny Binaries Redux post with Go 1.18rc1, Rust 1.59, and TinyGo 0.22.0." diff --git a/content/posts/2022-03-02-tiny-binaries-redux.md b/content/posts/2022-03-02-tiny-binaries-redux.md index 075b753..2596ace 100644 --- a/content/posts/2022-03-02-tiny-binaries-redux.md +++ b/content/posts/2022-03-02-tiny-binaries-redux.md @@ -35,7 +35,7 @@ and a table of results. "Tiny Binaries GitHub repository" [rust]: https://www.rust-lang.org/ "Rust programming language" -[rust 1.59]: https://blog.rust-lang.org/2021/12/02/Rust-1.57.0.html +[rust 1.57]: https://blog.rust-lang.org/2021/12/02/Rust-1.57.0.html "Rust 1.57.0 release announcement." [rust 1.59]: https://blog.rust-lang.org/2022/02/24/Rust-1.59.0.html "Rust 1.59.0 release announcement." |