Skip to content

Commit 0c6e0ef

Browse files
committed
guide
1 parent f98fe78 commit 0c6e0ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

crates/rustmax/doc-src/guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ A Guide to the Rustmax crate.
88
Probably not.
99

1010
I dogfood Rustmax in many projects,
11-
and I have found the benefits of using Rustmax directly somewhat minimal.
11+
and I have found the benefits of using Rustmax directly minimal.
1212
The primary benefit is simply having the crate names for common solutions directly available
1313
without re-searching crates.io.
14-
1514
To that end I do find it convenient to start a new project by initing
1615
the rustmax template with the portable profile and going from there —
17-
all my crates are in one place.
16+
all my crates are in one place, and I know they will at least build on WASM,
17+
a decent proxy for "portable".
1818

1919
But there are significant downside still:
2020

0 commit comments

Comments
 (0)