Skip to content

Commit

Permalink
Update website/docs/advanced-topics/server-side-rendering.md
Browse files Browse the repository at this point in the history
Co-authored-by: WorldSEnder <[email protected]>
  • Loading branch information
langyo and WorldSEnder authored Aug 22, 2024
1 parent 0414af9 commit a6ece17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/advanced-topics/server-side-rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,9 @@ async fn main() {

Example: [wasi_ssr_module](https://github.com/yewstack/yew/tree/master/examples/wasi_ssr_module)

> Note: If you are using `wasm32-unknown-unknown` target to build the SSR application, you may need to use feature `not_browser_env` to disable browser-specific features. This would be useful on serverless platforms like Cloudflare Worker.
:::note
If you are using the `wasm32-unknown-unknown` target to build a SSR application, you can use the `not_browser_env` feature flag to disable access of browser-specific APIs inside of Yew. This would be useful on serverless platforms like Cloudflare Worker.
:::

:::caution

Expand Down

0 comments on commit a6ece17

Please sign in to comment.