From 13c1c251f9488aea87ab2b912421a63297598141 Mon Sep 17 00:00:00 2001 From: Guillaume ZAHRA Date: Mon, 1 Feb 2021 23:45:04 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 650efe8..5758272 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ Not all OS's or CPU architectures are supported for the dynamic transpilation, o **Everything should work out of the box on:** -- Windows (x86, x64, ARM64) +- Windows (x86, x64, ARM64, ARM) - OSX (x64) - Linux (x64) @@ -236,7 +236,7 @@ Not all OS's or CPU architectures are supported for the dynamic transpilation, o - Linux (x86) - Any Docker Linux image on ARM64 or Linux on ARM64 that don't have the **GLIBCXX_3.4.26** lib installed on the system. This lib is required by the V8 JS Engine. ChakraCore does not support ARM64 on Linux at all. -- Any ARM32v7 environment. +- Any ARM32v7 environment, except Windows ARM. ### What should i do if i'm on an unsupported environment ?