This commit is contained in:
blueloveTH 2023-09-22 20:53:14 +08:00
parent 6ca35ed4b9
commit 79ced5c636

View File

@ -25,6 +25,18 @@ pkpy is extremely easy to embed via a single header file `pocketpy.h`, without e
Please see https://pocketpy.dev for details or try [Live Demo](https://pocketpy.dev/static/web/). Please see https://pocketpy.dev for details or try [Live Demo](https://pocketpy.dev/static/web/).
## Supported Platforms
pkpy should work on any platform with a C++17 compiler.
These platforms are officially tested.
+ Windows 64-bit
+ Linux 64-bit / 32-bit
+ macOS 64-bit
+ Android 64-bit / 32-bit
+ iOS 64-bit
+ WASM 32-bit
## Quick Start ## Quick Start
Download the `pocketpy.h` on our [GitHub Release](https://github.com/blueloveTH/pocketpy/releases) page. Download the `pocketpy.h` on our [GitHub Release](https://github.com/blueloveTH/pocketpy/releases) page.