From 8619a11302ed9cdeacd8eaf1e1b62ff87b4f863a Mon Sep 17 00:00:00 2001 From: Eric McCarthy Date: Fri, 25 Oct 2024 16:38:22 +0000 Subject: [PATCH] fix: typo and formatting --- www/penumbra/journal/rust/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/penumbra/journal/rust/index.md b/www/penumbra/journal/rust/index.md index 2f93abb..53cb072 100644 --- a/www/penumbra/journal/rust/index.md +++ b/www/penumbra/journal/rust/index.md @@ -12,7 +12,7 @@ imageAlt: >- side-by-side. There is also a dropdown menu to select the resolution that the components will render. teaser: >- - Switching from JavaScript to Rust/WebAssembly has (unsuprisingly) significantly increased + Switching from JavaScript to Rust/WebAssembly has (unsurprisingly) significantly increased performance! --- @@ -99,7 +99,8 @@ have done so far to target WebAssembly using [SIMD] instructions. Here’s the p Click and drag (or touch and drag) to change the position of the light source, and thus -change the shape of the sphere’s shadow. Change the resolution via the dropdown to observe the effect on render times. +change the shape of the sphere’s shadow. Change the resolution via the dropdown to observe +the effect on render times. ## Eschewing AssemblyScript