Skip to content

Commit

Permalink
Add docs note about mobile browser memory limits (#473)
Browse files Browse the repository at this point in the history
* add note about mobile browser mem limit

* Update src/docs/index.qmd

---------

Co-authored-by: George Stagg <[email protected]>
  • Loading branch information
thomascwells and georgestagg authored Aug 16, 2024
1 parent 1a8bf74 commit d455321
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/docs/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ WebR makes it possible to run R code in the browser without the need for an R se
The webR project is under active development, and the API is subject to change. Be aware that if you are using the latest build of webR the contents of this documentation might be out of date.
:::

::: callout-note
Some browsers (especially mobile browsers) may place restrictive limits on the amount of RAM provided to WebAssmebly *regardless of the amount of memory available on the host device*. Please keep this in mind when developing applications with webR intended for use on mobile devices.
:::

## Try it out

### WebR REPL
Expand Down

0 comments on commit d455321

Please sign in to comment.