Rust support documentation install guide [WIP] - #445
Conversation
- added couple relavent glossary terms - renamed npm dependencies for clear distinction
GabrielaReyna
left a comment
There was a problem hiding this comment.
Hi Merlin,
Good work on this. I can see the guide is in a very draft state in terms of formatting and you focused on the technical parts, there were lots of inconsistencies with the writing and structure. This will need a second pass and a second review.
I can see that this guide includes multiple sections that, if they grow might be worth splitting into multiple guides (e.g. one for installing, one for troubleshooting). But we can keep it as one for now.
I am thinking also splitting the docs per tech supported is also a good idea (guides section for Node, guides section for Rust). We can discuss this.
Many thanks!
Deploying labs-browserpod-previews with
|
| Latest commit: |
da4edca
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://6322e69b.labs-browserpod-previews.pages.dev |
| Branch Preview URL: | https://rust-support-documentation.labs-browserpod-previews.pages.dev |
a6463ba to
2a1eddf
Compare
9ea1376 to
a6df037
Compare
There was a problem hiding this comment.
Please use lowercase for the file names, capitalizing filenames leads to broken links
GabrielaReyna
left a comment
There was a problem hiding this comment.
Hi Merlin,
I have added several comments, this includes guides structures, typos, wording etc.
Please review throughly, I advice you do a pass on your writing before requesting a PR review.
- finished running programs page - reordered guide pages
Second round PR
doc considerations
Most of these will fall back to the central questions of: How much do we want to expand docs for inexperienced users vs how much do we want to keep it concise for experienced once.
on introduction section: Could put less emphasis or different wording on cross compilation and different targets
Could add the
cargo new hello_worldcommand to step 2 for any user that doesn't already have a rust project set up yet.First draft off Rust installation Guide
Additions
install script, activating the toolchain, building for
wasm32-browserpod-linux-musl, uninstall/update, and troubleshooting.Todo
target_arch = "wasm64"),panic=abort,no dynamic linking, 1 MB stack, bundled OpenSSL
- observe changed toolchain size on both too