Skip to content

Commit 787dd58

Browse files
fix: update WebAssembly items in article (#16)
these were stand-ins in the first place <!-- 👋 Hi, thanks for sending a PR to SquiggleConf2025! 💖. Please fill out all fields below and make sure each item is true and [x] checked. Otherwise we may not be able to review your PR. --> ## PR Checklist - [ ] Addresses an existing open issue: fixes #000 - [ ] That issue was marked as [`status: accepting prs`](https://github.com/SquiggleTools/SquiggleConf2025/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [ ] Steps in [CONTRIBUTING.md](https://github.com/SquiggleTools/SquiggleConf2025/blob/main/.github/CONTRIBUTING.md) were taken ## Overview <!-- Description of what is changed and how the code change does that. --> --------- Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
1 parent 7c8e867 commit 787dd58

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

cspell.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"pnpm-lock.yaml"
1313
],
1414
"words": [
15-
"astropub",
1615
"astrojs",
16+
"astropub",
1717
"Bluesky",
1818
"d'œuvres",
1919
"Devries",
@@ -47,6 +47,8 @@
4747
"Vitullo",
4848
"vohr",
4949
"WASI",
50+
"Wasmer",
51+
"Wasmtime",
5052
"WCAG",
5153
"wght-italic"
5254
]

src/pages/articles/how-to-attend-squiggleconf-for-free.astro

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ const title = "How to Attend SquiggleConf for Free";
8080
<li>Go ecosystem teams: Go core, esbuild</li>
8181
<li>Rust ecosystem teams: Rust core, Cargo, Tauri</li>
8282
<li>TypeScript ecosystem teams: TypeScript core, npm, React, VS Code</li>
83-
<li>WebAssembly ecosystem teams: Emscripten, LLVM, WASI</li>
83+
<li>
84+
WebAssembly ecosystem teams: AssemblyScript, Emscripten, Wasmer,
85+
Wasmtime
86+
</li>
8487
<li>Zig ecosystem teams: Zig core, the Zig foundation, Bun</li>
8588
</BodyList>
8689
<BodyText>

0 commit comments

Comments
 (0)