Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"pnpm-lock.yaml"
],
"words": [
"astropub",
"astrojs",
"astropub",
"Bluesky",
"d'œuvres",
"Devries",
Expand Down Expand Up @@ -47,6 +47,8 @@
"Vitullo",
"vohr",
"WASI",
"Wasmer",
"Wasmtime",
"WCAG",
"wght-italic"
]
Expand Down
5 changes: 4 additions & 1 deletion src/pages/articles/how-to-attend-squiggleconf-for-free.astro
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ const title = "How to Attend SquiggleConf for Free";
<li>Go ecosystem teams: Go core, esbuild</li>
<li>Rust ecosystem teams: Rust core, Cargo, Tauri</li>
<li>TypeScript ecosystem teams: TypeScript core, npm, React, VS Code</li>
<li>WebAssembly ecosystem teams: Emscripten, LLVM, WASI</li>
<li>
WebAssembly ecosystem teams: AssemblyScript, Emscripten, Wasmer,
Wasmtime
</li>
<li>Zig ecosystem teams: Zig core, the Zig foundation, Bun</li>
</BodyList>
<BodyText>
Expand Down