From c0c9e691104b100111f54dab7b50dc13d2a3db86 Mon Sep 17 00:00:00 2001 From: Siteleaf Date: Wed, 3 Jan 2024 13:28:52 +0000 Subject: [PATCH] Updated A Journey Into Wasm --- _posts/2024-01-03-a-journey-into-wasm.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_posts/2024-01-03-a-journey-into-wasm.md b/_posts/2024-01-03-a-journey-into-wasm.md index b8ae1e3ada..5ca623a4ed 100644 --- a/_posts/2024-01-03-a-journey-into-wasm.md +++ b/_posts/2024-01-03-a-journey-into-wasm.md @@ -2,13 +2,13 @@ title: A Journey into Wasm date: 2024-01-03 09:00:00 Z categories: - - Tech +- Tech tags: - - Wasm - - Rust - - AdventOfCode -summary: - A brief look into building out a NextJS application which makes use WebAssembly to solve Advent Of Code puzzles in the browser. +- Wasm +- Rust +- AdventOfCode +summary: A brief look into building out a NextJS application which makes use WebAssembly + to solve Advent Of Code puzzles in the browser. author: dogle ---