From b85899831004c9a34785cb0aafb9087bc458de45 Mon Sep 17 00:00:00 2001 From: "dima.avdeev" <99798741+dima-avdeev-jb@users.noreply.github.com> Date: Tue, 22 Nov 2022 15:58:46 +0300 Subject: [PATCH] WebAssembly means "JS in browser with WebAssembly Skia" (#2487) --- experimental/examples/falling-balls-mpp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/examples/falling-balls-mpp/README.md b/experimental/examples/falling-balls-mpp/README.md index eb367de278..aba566ea01 100644 --- a/experimental/examples/falling-balls-mpp/README.md +++ b/experimental/examples/falling-balls-mpp/README.md @@ -23,7 +23,7 @@ Then choose **iosApp** configuration in IDE and run it `./gradlew desktopApp:run` -## Run web assembly in browser via Gradle +## Run JS in browser with WebAssembly Skia via Gradle `./gradlew jsApp:jsBrowserDevelopmentRun`