File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,6 +34,21 @@ Extract the contents of the zip file to a new directory. The name of the
3434directory doesn't matter. The examples in this guide assume "c:\7800basic"
3535for 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+
3752Windows:
3853--------
39547800basic is distributed as a single zip file. Download the latest zip
You can’t perform that action at this time.
0 commit comments