From 139ae15c18f30821669d87866774198e90b1b9a5 Mon Sep 17 00:00:00 2001 From: Dimitri Mitropoulos Date: Fri, 2 May 2025 13:06:46 -0400 Subject: [PATCH 1/2] update WebAssembly items in article these were stand-ins in the first place --- src/pages/articles/how-to-attend-squiggleconf-for-free.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/articles/how-to-attend-squiggleconf-for-free.astro b/src/pages/articles/how-to-attend-squiggleconf-for-free.astro index 723d9fb..98a7fe6 100644 --- a/src/pages/articles/how-to-attend-squiggleconf-for-free.astro +++ b/src/pages/articles/how-to-attend-squiggleconf-for-free.astro @@ -80,7 +80,7 @@ const title = "How to Attend SquiggleConf for Free";
  • Go ecosystem teams: Go core, esbuild
  • Rust ecosystem teams: Rust core, Cargo, Tauri
  • TypeScript ecosystem teams: TypeScript core, npm, React, VS Code
  • -
  • WebAssembly ecosystem teams: Emscripten, LLVM, WASI
  • +
  • WebAssembly ecosystem teams: Wasmer, Wasmtime, Emscripten, AssemblyScript
  • Zig ecosystem teams: Zig core, the Zig foundation, Bun
  • From a6a5cd2c22efa3860f0abf9f9557999703ec3153 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Fri, 2 May 2025 16:32:45 -0400 Subject: [PATCH 2/2] fix formatting and spell checker. alphabetize as penance --- cspell.json | 4 +++- src/pages/articles/how-to-attend-squiggleconf-for-free.astro | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/cspell.json b/cspell.json index 4f5eefa..a2b5904 100644 --- a/cspell.json +++ b/cspell.json @@ -12,8 +12,8 @@ "pnpm-lock.yaml" ], "words": [ - "astropub", "astrojs", + "astropub", "Bluesky", "d'Ĺ“uvres", "Devries", @@ -47,6 +47,8 @@ "Vitullo", "vohr", "WASI", + "Wasmer", + "Wasmtime", "WCAG", "wght-italic" ] diff --git a/src/pages/articles/how-to-attend-squiggleconf-for-free.astro b/src/pages/articles/how-to-attend-squiggleconf-for-free.astro index 98a7fe6..04d6f24 100644 --- a/src/pages/articles/how-to-attend-squiggleconf-for-free.astro +++ b/src/pages/articles/how-to-attend-squiggleconf-for-free.astro @@ -80,7 +80,10 @@ const title = "How to Attend SquiggleConf for Free";
  • Go ecosystem teams: Go core, esbuild
  • Rust ecosystem teams: Rust core, Cargo, Tauri
  • TypeScript ecosystem teams: TypeScript core, npm, React, VS Code
  • -
  • WebAssembly ecosystem teams: Wasmer, Wasmtime, Emscripten, AssemblyScript
  • +
  • + WebAssembly ecosystem teams: AssemblyScript, Emscripten, Wasmer, + Wasmtime +
  • Zig ecosystem teams: Zig core, the Zig foundation, Bun