Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NightShade256 committed Dec 2, 2020
1 parent 1c28fc5 commit c517f29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c517f29

Please sign in to comment.