From c517f2954d6c0c94200c7e06eda7bc0935e43a9e Mon Sep 17 00:00:00 2001 From: Anish Jewalikar Date: Wed, 2 Dec 2020 23:17:52 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b3f9f7b..507ffcc 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,10 @@ python -m http.server Open your preferred browser, and head on over to `localhost:8000` to reach the Web interface. +**Note:** The WASM frontend might be a little slow and underperforming than the SDL frontend. +This is because the VRAM buffer is (cloned) transferred each frame between the WASM and JS boundary. +This will improve over time in the due to future WASM proposals. + ## Structure The 'interpreter' is divided into three parts,