-
Notifications
You must be signed in to change notification settings - Fork 645
Add WebAssembly category #1269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add WebAssembly category #1269
Conversation
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`
If you're not a good person to ask for review, please redirect me to someone who is. Thanks! |
Great idea @fitzgen! Looking at your list, here are some ideas I had for possible subcategories.
Maybe the js subcategory doesn't make sense yet. It may be better to wait and see how things evolve beyond the |
I figured that
Happy to defer to crates.io folks' judgement in either case :) |
Sounds good to me @fitzgen. I'm also interested in the wasm working group you're leading and I've followed the rust-wasm repo. I think that would be a good place to discuss potential sub-categories further. bors: r+ |
1269: Add WebAssembly category r=jtgeibel 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`
Build succeeded |
\o/ |
And deployed! https://crates.io/categories/wasm |
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