Skip to content

Commit 53fdc6e

Browse files
authored
Add WebAssembly category
I did not add this under `web-programming` because there is nothing inherently "Web-y" about wasm: it can be used as a general arch-independent binary format, as parity exemplifies. Examples crates that would use this category (some of which are not actually published on crates.io yet, but the point stands): * `parity-wasm` * `wasmi` * `wee_alloc` * `wasm-bindgen` * `wasm-gc` * `wasm-nm` * `wasm-snip` * `svelte` * `binaryen` * `wabt`
1 parent 20aeca7 commit 53fdc6e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/boot/categories.toml

+6
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,12 @@ description = """
429429
Ways to view data, such as plotting or graphing.\
430430
"""
431431

432+
[wasm]
433+
name = "WebAssembly"
434+
description = """
435+
Crates for use when targeting WebAssembly, or for manipulating WebAssembly.\
436+
"""
437+
432438
[web-programming]
433439
name = "Web programming"
434440
description = """

0 commit comments

Comments
 (0)