From 79ced5c6362bb344fd08a50548bd139bea1520fa Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Fri, 22 Sep 2023 20:53:14 +0800 Subject: [PATCH] ... --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 7cdf141b..0e7cb53c 100644 --- a/README.md +++ b/README.md @@ -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/). +## 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 Download the `pocketpy.h` on our [GitHub Release](https://github.com/blueloveTH/pocketpy/releases) page.