From 8b7d81aa50fa6de97b441f4b9185bb477c4d4c6d Mon Sep 17 00:00:00 2001 From: Kirill Podoprigora Date: Sun, 11 Feb 2024 21:58:59 +0300 Subject: [PATCH] gh-1: Add notes about targeted platforms in the README.md (#2) --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a8cbff..8123d6f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # zpython -python implementation written in zig +Python implementation written in zig + +--- +Targeted platforms (currently not implemented): +* Windows 10-11 x64_86 +* Linux x86_64 +* macOS aarch64 +* WASI + +For more details about targeted platforms read [this](https://github.com/zigpython/zpython/issues/1) issue. \ No newline at end of file