Skip to content
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

Fix: boids and password_strength deployment #2695

Merged
merged 2 commits into from
May 21, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add caution notice to website
WorldSEnder committed May 20, 2022

Unverified

The email in this signature doesn’t match the committer email.
commit 0827a2f40519d803fc80f86e7b83f3dc22e5c8af
5 changes: 5 additions & 0 deletions website/docs/advanced-topics/optimizations.mdx
Original file line number Diff line number Diff line change
@@ -139,6 +139,11 @@ build-std-features = ["panic_immediate_abort"]
[`build-std`]: https://doc.rust-lang.org/cargo/reference/unstable.html#build-std
[`build-std-features`]: https://doc.rust-lang.org/cargo/reference/unstable.html#build-std-features

:::caution
The nightly rust compiler can contain bugs, such as [this one](https://github.com/yewstack/yew/issues/2696),
that require occasional attention and tweaking. Use these experimental options with care.
:::

### wasm-opt

Further more it is possible to optimize size of `wasm` code.