From 820914633c60882725e95052fb76e40aba0ff87a Mon Sep 17 00:00:00 2001 From: Wesley Moore <wes@wezm.net> Date: Sat, 4 Jan 2025 09:44:10 +1000 Subject: [PATCH] rust-classic-mac-os-app: Fix missing word --- v2/content/posts/2023/rust-classic-mac-os-app/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/content/posts/2023/rust-classic-mac-os-app/index.md b/v2/content/posts/2023/rust-classic-mac-os-app/index.md index b0a5338..a1dd5de 100644 --- a/v2/content/posts/2023/rust-classic-mac-os-app/index.md +++ b/v2/content/posts/2023/rust-classic-mac-os-app/index.md @@ -111,7 +111,7 @@ the crate compatible with `no_std`, which allows it to be used in embedded environments and WebAssembly. As something of a test-bed I created some -WebAssembly bindings and built a page that allows you inspect MacBinary +WebAssembly bindings and built a page that allows you to inspect MacBinary files online, with all parsing done client-side via the crate. You can try it out at: <https://7bit.org/macbinary/>