From d455321cd377fab530ced70ad81279c24751d570 Mon Sep 17 00:00:00 2001 From: Thomas Wells Date: Thu, 15 Aug 2024 17:22:58 -0700 Subject: [PATCH] Add docs note about mobile browser memory limits (#473) * add note about mobile browser mem limit * Update src/docs/index.qmd --------- Co-authored-by: George Stagg --- src/docs/index.qmd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/docs/index.qmd b/src/docs/index.qmd index 680405fe..95920102 100644 --- a/src/docs/index.qmd +++ b/src/docs/index.qmd @@ -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