Skip to content

Commit 1640002

Browse files
committed
added notes about wasmtime prerequisite
1 parent c147e98 commit 1640002

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,21 @@ Extract the contents of the zip file to a new directory. The name of the
3434
directory doesn't matter. The examples in this guide assume "c:\7800basic"
3535
for Windows, and $HOME/7800basic for Unix.
3636

37+
PREREQUISITES
38+
-------------
39+
7800basic is distributed as Web Assembly binaries - these are universal
40+
programs that via the "wasmtime" runtime. This allows 7800basic to run
41+
on any one of the many platforms that wasmtime supports.
42+
43+
To install wasmtime, use one of the following methods:
44+
- Windows: winget install BytecodeAlliance.Wasmtime.Portable
45+
- macOS/Linux: curl https://wasmtime.dev/install.sh -sSf | bash
46+
- macOS (Homebrew): brew install wasmtime
47+
- Linux (Debian/Ubuntu): sudo apt install wasmtime
48+
- Linux (Fedora/RHEL): sudo dnf install wasmtime
49+
- *: download from: https://wasmtime.dev/
50+
51+
3752
Windows:
3853
--------
3954
7800basic is distributed as a single zip file. Download the latest zip

0 commit comments

Comments
 (0)